Skip to content

Commit

Permalink
Added quotes to test glob
Browse files Browse the repository at this point in the history
  • Loading branch information
alalonde authored and Gerrit0 committed Jan 14, 2020
1 parent 3faa547 commit 0eca73e
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 @@ -64,7 +64,7 @@
],
"scripts": {
"pretest": "node scripts/copy_test_files.js",
"test": "nyc --reporter=html --reporter=text-summary mocha --timeout=10000 dist/test/**/*.test.js",
"test": "nyc --reporter=html --reporter=text-summary mocha --timeout=10000 'dist/test/**/*.test.js'",
"prerebuild_specs": "npm run pretest",
"rebuild_specs": "node scripts/rebuild_specs.js",
"build": "tsc --project .",
Expand Down

0 comments on commit 0eca73e

Please sign in to comment.