@lamnhan/testea
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@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.

Package Sidebar

Install

npm i @lamnhan/testea

Homepage

lamnhan.com

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

104 kB

Total Files

46

Last publish

Collaborators

  • lamnhan