@asmartbear/jest-of-drawers
TypeScript icon, indicating that this package has built-in type declarations

1.2.3 • Public • Published

jest of drawers

Additional test handlers for jest.

npm i -D @asmartbear/jest-of-drawers

Include them in your tests (works properly with VSCode and Typescript too!):

import '@asmartbear/jest-of-drawers'

test("can use new string comparison test", () => {
    expect("foo").stringToBeGreaterThan("bar");
});

Readme

Keywords

Package Sidebar

Install

npm i @asmartbear/jest-of-drawers

Weekly Downloads

1

Version

1.2.3

License

MIT

Unpacked Size

7.45 kB

Total Files

7

Last publish

Collaborators

  • asmartbear