Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
MINOR: Fix yarn test-browser (#1665)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Stichbury <2533428+nzjony@users.noreply.github.com>
  • Loading branch information
nzjony committed Jul 7, 2020
1 parent 692bf14 commit e2a4e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"build-www": "cd www && yarn build",
"start-www": "cd www && yarn start",
"start-tests": "webpack-dev-server -d --config webpack.tests.config.js",
"test-browser": "ts-node -- ./scripts/with-http-server.ts -C dist/test -p 8079 -- mocha-webdriver-runner http://localhost:8079/index.html",
"test-browser": "ts-node -- ./scripts/with-http-server.ts -C dist/test -p 8079 -- mocha-webdriver-runner http://localhost:8079/index.html --chrome",
"build-tests": "webpack -d --config webpack.tests.config.js",
"run-rendering-tests": "./scripts/rendering-tests-reference-platform.sh",
"save-reference-rendering-tests": "npx ts-node @here/harp-test-utils/lib/rendering/RenderingTestResultCli.ts save-reference",
Expand Down

0 comments on commit e2a4e4e

Please sign in to comment.