Skip to content

Commit

Permalink
Chore: change extention of test files to .test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed Apr 1, 2020
1 parent d4d2077 commit d84ac03
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -9,8 +9,8 @@
"coveralls": "cat ./coverage/lcov.info | coveralls",
"test:security": "npm audit",
"test:lint": "eslint src",
"test:mocha": "mocha --config .mocharc.json tests/**/*.js",
"test:coverage": "MODE=test nyc mocha --config .mocharc.json tests/**/*.js",
"test:mocha": "mocha --config .mocharc.json tests/**/*test.js",
"test:coverage": "MODE=test nyc mocha --config .mocharc.json tests/**/*test.js",
"coverage-check": "MODE=test nyc check-coverage",
"test": "npm run test:lint && npm run test:security && npm run test:coverage",
"semantic-release": "semantic-release"
Expand Down
File renamed without changes.

0 comments on commit d84ac03

Please sign in to comment.