We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e726ef commit 2f8ba3bCopy full SHA for 2f8ba3b
package.json
@@ -25,7 +25,7 @@
25
"test:watch": "npm test -- --watch",
26
"test:hooks": "jest src/useAsync.spec.js --collectCoverageFrom=src/useAsync.js",
27
"test:components": "jest src/Async.spec.js --collectCoverageFrom=src/Async.js",
28
- "test:backwards": "npm i [email protected] [email protected] --no-save && npm test:components",
+ "test:backwards": "npm i [email protected] [email protected] --no-save && npm run test:components",
29
"test:forwards": "npm i react@next react-dom@next --no-save && npm test",
30
"test:latest": "npm i react@latest react-dom@latest --no-save && npm test",
31
"test:compat": "npm run test:backwards && npm run test:forwards && npm run test:latest",
0 commit comments