3.1.2 • Published 9 months ago

@ordzaar/jest v3.1.2

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Jest

@ordzaar/jest

{
  "jest": {
    "preset": "@ordzaar/jest"
  }
}

Included Extensions

wait-for-expect

import { waitForExpect } from "@ordzaar/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();
});
3.1.2

9 months ago

3.1.1

9 months ago

3.1.0

11 months ago

3.0.0

11 months ago

2.3.0

11 months ago