Guest User

Untitled

a guest
Jul 19th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. test('someMethod should add numbers together', () => {
  2. const wrapper = mount(CoolCard);
  3. expect(wrapper.vm.someMethod(1, 2)).toEqual(3);
  4. });
Add Comment
Please, Sign In to add comment