This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@neuralegion/nexmock

1.1.3 • Public • Published

nexmock

Mock http requests made using fetch based on fetch-mock

node version licence

fetchMock.mock('http://example.com', 200);
const res = await fetch('http://example.com');
assert(res.ok);
fetchMock.restore();

Requirements

fetch-mock requires the following to run:

Documentation and Usage

See the fork website and example

License

nexmock is licensed under the MIT license. Copyright © 2019, NeuraLegion

Third-party license

fetch-mock is licensed under the MIT license. Copyright © 2019, Rhys Evans

Package Sidebar

Install

npm i @neuralegion/nexmock

Weekly Downloads

0

Version

1.1.3

License

MIT

Unpacked Size

1.38 MB

Total Files

67

Last publish

Collaborators

  • bar.hofesh
  • derevnjuk