Skip to content

Commit 2f8ba3b

Browse files
committed
Fix test script.
1 parent 1e726ef commit 2f8ba3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test:watch": "npm test -- --watch",
2626
"test:hooks": "jest src/useAsync.spec.js --collectCoverageFrom=src/useAsync.js",
2727
"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",
28+
"test:backwards": "npm i [email protected] [email protected] --no-save && npm run test:components",
2929
"test:forwards": "npm i react@next react-dom@next --no-save && npm test",
3030
"test:latest": "npm i react@latest react-dom@latest --no-save && npm test",
3131
"test:compat": "npm run test:backwards && npm run test:forwards && npm run test:latest",

0 commit comments

Comments
 (0)