Skip to content

Commit

Permalink
Make chrome launcher test command consistant
Browse files Browse the repository at this point in the history
  • Loading branch information
samccone committed Jun 5, 2017
1 parent 0fe2fa8 commit e71ee5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome-launcher/package.json
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"test": "mocha -r ts-node/register --reporter dot test/**/*-test.ts",
"tests": "mocha -r ts-node/register --reporter dot test/**/*-test.ts",
"test-formatting": "test/check-formatting.sh",
"format": "clang-format -i -style=file **/*.ts *.ts"
},
Expand Down

0 comments on commit e71ee5f

Please sign in to comment.