Skip to content

Commit b2b82e4

Browse files
committed
chore: restore test
1 parent b1a983a commit b2b82e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"build:win32": "@powershell -Command $env:REACT_APP_GIT_REV=(git rev-parse --short HEAD); react-scripts build",
1212
"build:darwin:linux": "cross-env REACT_APP_GIT_REV=`git rev-parse --short HEAD` react-scripts build",
1313
"build:icons": "svgr -d src/icons node_modules/ipfs-css/icons && standard --fix src/icons/*",
14-
"test": "exit 1",
15-
"test:restoreme": "run-s -cl test:unit test:build test:e2e",
14+
"test": "run-s -cl test:unit test:build test:e2e",
1615
"test:unit": "react-scripts test --env=jsdom --runInBand --watchAll=false",
1716
"test:unit:watch": "react-scripts test --env=jsdom",
1817
"test:e2e": "cross-env JEST_PUPPETEER_CONFIG=test/e2e/jest-puppeteer.config.js jest -c test/e2e/jest.config.js --runInBand",

0 commit comments

Comments
 (0)