1.3.10 • Published 1 year ago
@stickyjs/jest v1.3.10
Jest
@stickyjs/jest
{
"jest": {
"preset": "@stickyjs/jest"
}
}
Included Extensions
wait-for-expect
import { waitForExpect } from '@stickyjs/jest';
it('should wait-for-expect', async () => {
await waitForExpect(() => {}, 100);
});
jest-extended
import 'jest-extended';
it('should contain jest-extended', () => {
expect(1).toBeOneOf([1, 2, 3]);
expect('').toBeEmpty();
});
1.3.10
1 year ago
1.3.9
1 year ago
1.3.8
1 year ago
1.3.7
1 year ago
1.3.6
1 year ago
1.3.5
1 year ago
1.2.8
2 years ago
1.2.7
2 years ago
1.2.6
2 years ago
1.3.4
2 years ago
1.2.5
2 years ago
1.3.3
2 years ago
1.2.4
2 years ago
1.3.2
2 years ago
1.2.3
2 years ago
1.3.1
2 years ago
1.2.2
2 years ago
1.2.1
2 years ago
1.2.0
2 years ago
1.1.2
2 years ago
1.1.1
2 years ago
1.1.0
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago