Skip to content

Commit

Permalink
fix package.json e2e test script (#3824)
Browse files Browse the repository at this point in the history
  • Loading branch information
baruchvlz authored and Brocco committed Jan 6, 2017
1 parent 45e2985 commit 338e69b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"build:packages": "for PKG in packages/*; do echo Building $PKG...; tsc -p $PKG; done",
"test": "npm-run-all -c test:packages test:cli test:deps",
"e2e": "npm run test:e2e",
"e2e:nightly": "node tests/e2e_runner.js --nightly",
"e2e:nightly": "node tests/run_e2e.js --nightly",
"mobile_test": "mocha tests/e2e/e2e_workflow.spec.js",
"test:e2e": "node tests/e2e_runner.js",
"test:e2e": "node tests/run_e2e.js",
"test:cli": "node tests/runner",
"test:deps": "node scripts/publish/validate_dependencies.js",
"test:inspect": "node --inspect --debug-brk tests/runner",
Expand Down

0 comments on commit 338e69b

Please sign in to comment.