michaelgallaghertw

Results 1 issues of michaelgallaghertw

Both Jest and Mocha offer the same Promise-based asynchronous interface: https://jestjs.io/docs/en/tutorial-async // The assertion for a promise must be returned. it('works with promises', () => { expect.assertions(1); return user.getUserName(4).then(data =>...