Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi chart #131

Merged
merged 6 commits into from
Jun 11, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed tests script
  • Loading branch information
texodus committed Jun 10, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 173bc7ef2d1151df28d84c492c5f1c82d2ef7ea3
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -15,9 +15,9 @@
"_puppeteer": "docker run -it --rm --shm-size=2g -u root -e WRITE_TESTS=${WRITE_TESTS} -v $(pwd):/src -w /src/packages/${PACKAGE} perspective/puppeteer",
"_test": "./node_modules/.bin/jest --runInBand",
"_quiet_test": "lerna run test ${PACKAGE:+--scope=@jpmorganchase/${PACKAGE}}",
"_test_perspective": "PACKAGE=perspective npm run _puppeteer -- npm run _test",
"_test_viewer": "PACKAGE=perspective-viewer npm run _puppeteer -- npm run _test",
"_test_hypergrid": "PACKAGE=perspective-viewer-hypergrid npm run _puppeteer -- npm run _test",
"_test_highcharts": "PACKAGE=perspective-viewer-highcharts npm run _puppeteer -- npm run _test"
"_test_perspective": "PACKAGE=perspective npm run _puppeteer -- npm run test",
"_test_viewer": "PACKAGE=perspective-viewer npm run _puppeteer -- npm run test",
"_test_hypergrid": "PACKAGE=perspective-viewer-hypergrid npm run _puppeteer -- npm run test",
"_test_highcharts": "PACKAGE=perspective-viewer-highcharts npm run _puppeteer -- npm run test"
}
}