-
Updated
Nov 1, 2020 - JavaScript
jest
Here are 6,423 public repositories matching this topic...
-
Updated
Oct 31, 2020 - JavaScript
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Nov 2, 2020 - TypeScript
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Nov 1, 2020 - JavaScript
-
Updated
Oct 12, 2020 - TypeScript
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Mar 7, 2019 - JavaScript
-
Updated
Nov 2, 2020 - TypeScript
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Oct 28, 2020 - JavaScript
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Sep 25, 2020 - JavaScript
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Oct 30, 2020 - TypeScript
component: pop-over
-
Updated
Sep 12, 2020 - JavaScript
Some folks have noted it would be beneficial to have this repository translated to other languages. One contributor has already volunteered to translate the repository into Russian (woohoo!).
If anyone has the time and drive to help out with other languages, please reply below with the proposed language and I'll give you the "go-ahead"... just to make sure two people don't create translations i
-
Updated
Oct 25, 2020 - TypeScript
-
Updated
Nov 2, 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
Sep 12, 2020 - TypeScript
-
Updated
Nov 2, 2020 - JavaScript
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Sep 4, 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
For every new project I start with TSDX, one of my first steps is to add stubs for static assets and stylesheets - as detailed on the Jest docs.
Desired Behavior
Add Jest file stubs in to the TSDX setup.
Suggested Solution
Following the Jest docs
// package.json { "jest": { "m