1.0.0 • Published 4 years ago

@lamnhan/testea v1.0.0

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

@lamnhan/testea

Rewiring, mocking & stubbing for testea modules in Node.

License Code Style: Google Support me on Patreon PayPal Ask me anything

Install globaly, as a CLI:

npm install -g @lamnhan/testea

Or localy:

npm install --save-dev @lamnhan/testea

Use the library:

import { mockService } from "@lamnhan/testea";

const mocked = mockService({
  a: () => 1,
  b: async () => 2,
});

// test begins

See the documentation at: http://lamnhan.com/testea

License

@lamnhan/testea is released under the MIT license.


⚡️ This document is generated automatically using @lamnhan/ayedocs.