-
Updated
Jul 15, 2020 - JavaScript
jest
Here are 5,675 public repositories matching this topic...
.jsx instead of .js
Type of issue: (feature suggestion, bug?)
Suggestion
Chapter:
no-chapter
Why use .jsx instead of .js? It's not a best practice: facebook/create-react-app#87 (comment)
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jun 23, 2020 - TypeScript
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-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Mar 7, 2019 - JavaScript
-
Updated
Jul 17, 2020 - TypeScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Jul 12, 2020 - TypeScript
-
Updated
Jul 11, 2020 - JavaScript
🚀 Feature Proposal
This debug button is present when the test fails and this works nice.
Lately I've been writing a lot of tests and some of them were green although they weren't supposed to be. It would be great if the debug button was there when the test was successful.
As a workaround i just add a fail() and wait until the test fails, then i can debug it.
📷 Screenshots
The
-
Updated
Jun 13, 2020
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
May 7, 2020 - JavaScript
-
Updated
Jul 16, 2020 - TypeScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jul 16, 2020 - TypeScript
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
Hello, I would simply like to request that the documentation for
find()(https://enzymejs.github.io/enzyme/docs/api/ShallowWrapper/find.html) be updated to reflect its snapshot-nature. For example, in a situation where clicking a button updates state under the hood...