1.2.3 • Published 4 years ago

@asmartbear/jest-of-drawers v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 years ago

1.1.0

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago