-
Updated
Aug 29, 2020 - JavaScript
jest
Here are 3,974 public repositories matching this topic...
-
Updated
Aug 29, 2020 - JavaScript
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Mar 7, 2019 - JavaScript
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Aug 21, 2020 - JavaScript
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Aug 29, 2020 - JavaScript
-
Updated
Aug 19, 2020 - JavaScript
-
Updated
Aug 24, 2020 - JavaScript
-
Updated
Aug 22, 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
Aug 29, 2020 - JavaScript
-
Updated
Aug 23, 2020 - JavaScript
-
Updated
Aug 20, 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
Jul 7, 2020 - JavaScript
-
Updated
Aug 9, 2020 - JavaScript
-
Updated
Aug 25, 2020 - JavaScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Aug 28, 2020 - JavaScript
-
Updated
Mar 22, 2020 - JavaScript
-
Updated
Jul 30, 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: