Advertisement
andreterceiro

Untitled

Oct 18th, 2021
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. class Product {
  2.     async getPrice(httpInstance) {
  3.          return await httpInstance.get("http://www.terceiro.com.br/tutoriais/sinon/01.js");
  4.     }
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement