Skip to content

Commit

Permalink
add test:integration npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Jan 25, 2018
1 parent a5f200f commit 7e43b78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"clean": "gulp clean",
"debug": "gulp debug",
"perf": "node ./perf/index.js",
"test:integration": "node ./bin/integration.js --mode validate",
"create:perfdata": "python ./test/data/tables/generate.py ./test/data/tables/tracks.arrow",
"release": "./npm-release.sh",
"clean:all": "run-p clean clean:testdata",
Expand Down

0 comments on commit 7e43b78

Please sign in to comment.