-
Updated
Nov 13, 2020 - JavaScript
jest
Here are 6,463 public repositories matching this topic...
-
Updated
Nov 11, 2020 - JavaScript
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Nov 9, 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 12, 2020 - TypeScript
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Oct 28, 2020 - JavaScript
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Nov 7, 2020 - JavaScript
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Nov 5, 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
Nov 9, 2020 - TypeScript
-
Updated
Nov 13, 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 12, 2020 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Oct 1, 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
yarn test --coverage
to generate a coverage report.git status
/coverage/
is part of the list of changed files.Expected behavior
It should be ignored by git.
Suggested solution(s)
Append
coverage
to.gitignore