Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Use local version of jest in each package
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Harrington committed Aug 3, 2018
1 parent 998b434 commit ee10eae
Show file tree
Hide file tree
Showing 10 changed files with 23,107 additions and 2,802 deletions.
6,792 changes: 5,484 additions & 1,308 deletions packages/api-explorer/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/api-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"inspect": "jsinspect",
"prettier": "prettier --list-different \"./**/**.{js,jsx}\"",
"pretest": "npm run lint && npm run inspect && npm run prettier",
"test": "npm run jest -- --coverage",
"jest": "../../node_modules/.bin/jest",
"test": "jest --coverage",
"watch": "webpack -w",
"build": "webpack --config webpack.prod.js"
},
Expand All @@ -45,6 +44,7 @@
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"jest": "^23.4.2",
"jsinspect": "^0.12.6",
"mocha": "^3.4.2",
"node-fetch": "^2.0.0-alpha.9",
Expand Down
Loading

0 comments on commit ee10eae

Please sign in to comment.