-
Updated
Oct 20, 2020 - JavaScript
jest
Here are 4,164 public repositories matching this topic...
-
Updated
Oct 11, 2020 - JavaScript
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Oct 16, 2020 - JavaScript
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Mar 7, 2019 - JavaScript
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Sep 25, 2020 - JavaScript
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Sep 12, 2020 - JavaScript
-
Updated
Oct 21, 2020 - JavaScript
In v6, queries could be passed string precision options so that they performed fuzzier text matching or normalized text differently (see https://www.native-testing-library.com/docs/next/api-queries#precision). These options are not available in v7. v6's behavior matches that of dom-testing-library so it is probably worth
-
Updated
Oct 21, 2020 - JavaScript
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
Date API Proposal
Feature Request
Description:
API for Date matchers. Some matchers are inspired by Jasmine Matchers.
Possible solution:
Jasmine-like matchers:
expect(date).toBeDate(); // Matcher added
expect(date).toBeValidDate(); // Matcher added
expect(date).toBeAfter(otherDate); // Matcher added
expect(date).toBeBefore(otherDaThe default output doesn't have much contrast and is a bit hard to read for me. That's best illustrated with a screenshot:
-
Updated
Oct 16, 2020 - JavaScript
-
Updated
Oct 19, 2020 - JavaScript
-
Updated
Oct 20, 2020 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Mar 22, 2020 - JavaScript
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Oct 16, 2020 - JavaScript
Improve this page
Add a description, image, and links to the jest topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jest topic, visit your repo's landing page and select "manage topics."

Current Behavior
To export umd module, I would like to include all modules into the bundle, so I config the rollup
but when building, it crashes: