Skip to content

Commit

Permalink
Merge pull request #166 from jpmorganchase/parallel-tests
Browse files Browse the repository at this point in the history
Run tests in parallel
  • Loading branch information
texodus authored Jul 23, 2018
2 parents 85d9c0c + 2bdafb3 commit e13f5b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/perspective-viewer-highcharts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build": "npm run highcharts",
"build_test": "cp test/html/* build && webpack --config test/config/highcharts.config.js",
"watch_test": "cp test/html* build && webpack --config --watch test/config/highcharts.config.js",
"test": "jest --silent --runInBand 2>&1",
"test": "jest --silent 2>&1",
"clean": "find build -mindepth 1 -delete",
"clean:screenshots": "find screenshots/ -name *.diff.png -o -name *.failed.png -mindepth 1 -delete"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective-viewer-hypergrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"hypergrid": "webpack --config src/config/hypergrid.plugin.config.js",
"build": "npm run hypergrid",
"build_test": "cp test/html/* build && webpack --config test/config/hypergrid.config.js",
"test": "jest --silent --runInBand 2>&1",
"test": "jest --silent 2>&1",
"clean": "find build -mindepth 1 -delete",
"clean:screenshots": "find screenshots/ -name *.diff.png -o -name *.failed.png -mindepth 1 -delete"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"view": "webpack --config src/config/view.config.js",
"build": "npm run view && npm run themes",
"build_test": "cp test/html/* build && cp test/csv/* build && cp test/css/* build && webpack --config test/config/view.config.js",
"test": "jest --silent --runInBand 2>&1",
"test": "jest --silent 2>&1",
"clean": "find build -mindepth 1 -delete",
"clean:screenshots": "find screenshots/ -name *.diff.png -o -name *.failed.png -mindepth 1 -delete",
"docs": "documentation build src/js/view.js -f md --shallow > README.md"
Expand Down

0 comments on commit e13f5b9

Please sign in to comment.