Skip to content

Commit

Permalink
refactor: use ext .spec.js for spec files
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSwitch committed Aug 19, 2021
1 parent 9603cca commit d5ce8d1
Show file tree
Hide file tree
Showing 34 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,9 +9,9 @@
"scripts": {
"pretest": "npm run lint",
"test": "npm run spec && ((nyc report --reporter=text-lcov | coveralls) || exit 0)",
"test:ci": "eslint ./ && nyc mocha test/specs/**/*.js --reporter mocha-circleci-reporter && (nyc report --reporter=text-lcov | coveralls)",
"test:ci": "eslint ./ && nyc mocha test/specs/**/*.spec.js --reporter mocha-circleci-reporter && (nyc report --reporter=text-lcov | coveralls)",
"test:integration": "bash ./test/integration/run.sh",
"spec": "nyc mocha test/specs/**/*.js",
"spec": "nyc mocha test/specs/**/*.spec.js",
"semantic-release": "semantic-release",
"lint": "eslint ./",
"lint-fix": "eslint --fix ./",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d5ce8d1

Please sign in to comment.