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

1.3.10 • Public • Published

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();
});

Readme

Keywords

none

Package Sidebar

Install

npm i @stickyjs/jest

Weekly Downloads

4,045

Version

1.3.10

License

none

Unpacked Size

5.16 kB

Total Files

11

Last publish

Collaborators

  • levaintech-bot
  • fuxingloh