Skip to content

Commit 0462ec2

Browse files
committed
Get rid of custom test script
1 parent bee1645 commit 0462ec2

File tree

2 files changed

+4
-43
lines changed

2 files changed

+4
-43
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"lint": "eslint .",
88
"publish": "node ./scripts/publish.js",
99
"size": "filesize",
10-
"test": "node ./scripts/test.js",
10+
"test": "jest",
1111
"version": "node ./scripts/version.js",
1212
"watch": "node ./scripts/watch.js",
1313
"generate-api-docs": "node ./scripts/generate-api-docs.js"
@@ -71,6 +71,9 @@
7171
"**/react-native/**"
7272
]
7373
},
74+
"jest": {
75+
"projects": ["<rootDir>/packages/*"]
76+
},
7477
"filesize": {
7578
"build/react-router/react-router.production.min.js": {
7679
"none": "7 kB"

scripts/test.js

-42
This file was deleted.

0 commit comments

Comments
 (0)