0.24.1 • Published 4 years ago

mockyeah-test-jest v0.24.1

Weekly downloads
61
License
MIT
Repository
github
Last release
4 years ago

mockyeah-test-jest

Jest unit test setup for mockyeah, a powerful service mocking, recording, and playback utility.

npm

All you need to do is:

import mockyeah from 'mockyeah-test-jest';

describe('test', () => {
  test('should work', () => {
    mockyeah.get('/');
  });
});

License

mockyeah-test-jest is released under the MIT License.