Skip to content

Commit

Permalink
chore: restore test
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Jan 13, 2020
1 parent b1a983a commit b2b82e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"build:win32": "@powershell -Command $env:REACT_APP_GIT_REV=(git rev-parse --short HEAD); react-scripts build",
"build:darwin:linux": "cross-env REACT_APP_GIT_REV=`git rev-parse --short HEAD` react-scripts build",
"build:icons": "svgr -d src/icons node_modules/ipfs-css/icons && standard --fix src/icons/*",
"test": "exit 1",
"test:restoreme": "run-s -cl test:unit test:build test:e2e",
"test": "run-s -cl test:unit test:build test:e2e",
"test:unit": "react-scripts test --env=jsdom --runInBand --watchAll=false",
"test:unit:watch": "react-scripts test --env=jsdom",
"test:e2e": "cross-env JEST_PUPPETEER_CONFIG=test/e2e/jest-puppeteer.config.js jest -c test/e2e/jest.config.js --runInBand",
Expand Down

0 comments on commit b2b82e4

Please sign in to comment.