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

0.8.5 • Public • Published

Jest

@birthdayresearch/sticky-jest

{
  "jest": {
    "preset": "@birthdayresearch/sticky-jest"
  }
}

Included Extensions

wait-for-expect

import { waitForExpect } from '@birthdayresearch/sticky-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 @birthdayresearch/sticky-jest

Weekly Downloads

63

Version

0.8.5

License

none

Unpacked Size

5.34 kB

Total Files

11

Last publish

Collaborators

  • birthdayresearch-npm-bot
  • fuxingloh