Skip to content

Commit

Permalink
Chore: additional quotes in glob pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed May 10, 2021
1 parent 7923f0e commit f6d15cf
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 @@ -8,9 +8,9 @@
"coveralls": "cat ./reports/coverage/lcov.info | coveralls",
"test:security": "npm audit && npm run test:lock",
"test:lint": "eslint src bin tests",
"test:mocha": "mocha --config .mocharc.json tests/**/*test.js",
"test:mocha": "mocha --config .mocharc.json 'tests/**/*test.js'",
"test:package": "./bin/test-package.sh",
"test:coverage": "BUILD=0 MODE=test nyc mocha --config .mocharc.json tests/**/*test.js",
"test:coverage": "BUILD=0 MODE=test nyc mocha --config .mocharc.json 'tests/**/*test.js'",
"test:debt": "jscpd src --config .jscpd.json",
"test:lock": "lockfile-lint --path package-lock.json --validate-https --allowed-hosts npm",
"coverage-check": "MODE=test nyc check-coverage",
Expand Down

0 comments on commit f6d15cf

Please sign in to comment.