@mockyeah/test-server-mocha

1.0.3 • Public • Published

@mockyeah/test-server-mocha

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

npm

More at https://mockyeah.js.org/Packages/mockyeah-test-mocha.

All you need to do is:

import mockyeah from '@mockyeah/test-server-mocha';

describe('test', () => {
  it('should work', () =>
    mockyeah
      .get('/')
      .expect()
      .once()
      .run(fetch(mockyeah.server.url))
      .verify());
});

License

@mockyeah/test-server-mocha is released under the MIT License.

Package Sidebar

Install

npm i @mockyeah/test-server-mocha

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

3.63 kB

Total Files

4

Last publish

Collaborators

  • andersdjohnson
  • ryanricard