Remove old test run scripts

This commit is contained in:
Andrew Nicolaou 2020-07-01 23:08:08 +02:00
parent 9d55fa378a
commit 74a3d64aba
1 changed files with 0 additions and 3 deletions

View File

@ -13,9 +13,6 @@
"build:server": "cross-env NODE_ENV=production webpack --config webpack/config.server.js",
"build:examples": "cross-env NODE_ENV=production webpack --config webpack/config.examples.js",
"test": "jest",
"xxtest": "npm run test:server && npm run test:client",
"test:server": "jest server --config=./jest.server.config.js",
"test:client": "jest --config=./client/jest.config.js",
"test:ci": "npm run lint && npm run test",
"fetch-examples": "cross-env NODE_ENV=development node ./server/scripts/fetch-examples.js",
"fetch-examples-gg": "cross-env NODE_ENV=development node ./server/scripts/fetch-examples-gg.js",