Skip to content

Commit

Permalink
fixed test script for runner
Browse files Browse the repository at this point in the history
  • Loading branch information
samthor committed Jul 17, 2018
1 parent 1bca799 commit d3c3299
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
},
"homepage": "https://github.com/GoogleChrome/pwacompat",
"scripts": {
"pretest": "serve -p 9222",
"test": "mocha-headless-chrome -f http://localhost:9222/suite.html"
"test": "./runner.js mocha-headless-chrome -f http://localhost:9223/suite.html"
},
"devDependencies": {
"chai": "^4.1.2",
Expand Down

0 comments on commit d3c3299

Please sign in to comment.