Skip to content

Commit 74a3d64

Browse files
committed
Remove old test run scripts
1 parent 9d55fa3 commit 74a3d64

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
"build:server": "cross-env NODE_ENV=production webpack --config webpack/config.server.js",
1414
"build:examples": "cross-env NODE_ENV=production webpack --config webpack/config.examples.js",
1515
"test": "jest",
16-
"xxtest": "npm run test:server && npm run test:client",
17-
"test:server": "jest server --config=./jest.server.config.js",
18-
"test:client": "jest --config=./client/jest.config.js",
1916
"test:ci": "npm run lint && npm run test",
2017
"fetch-examples": "cross-env NODE_ENV=development node ./server/scripts/fetch-examples.js",
2118
"fetch-examples-gg": "cross-env NODE_ENV=development node ./server/scripts/fetch-examples-gg.js",

0 commit comments

Comments
 (0)