1.3.10 • Published 4 months ago

@stickyjs/jest v1.3.10

Weekly downloads
-
License
-
Repository
github
Last release
4 months ago

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

4 months ago

1.3.9

4 months ago

1.3.8

4 months ago

1.3.7

4 months ago

1.3.6

4 months ago

1.3.5

4 months ago

1.2.8

9 months ago

1.2.7

9 months ago

1.2.6

9 months ago

1.3.4

7 months ago

1.2.5

9 months ago

1.3.3

8 months ago

1.2.4

9 months ago

1.3.2

8 months ago

1.2.3

9 months ago

1.3.1

8 months ago

1.2.2

10 months ago

1.2.1

10 months ago

1.2.0

10 months ago

1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago