1.2.3 • Published 5 years ago

@asmartbear/jest-of-drawers v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

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");
});
1.2.0

5 years ago

1.1.0

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago