Skip to content

Commit

Permalink
Added the ".spec.js" extension to the typescript tests, to be consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Dec 17, 2018
1 parent 93bda86 commit 4258191
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 @@ -37,7 +37,7 @@
"test": "npm run test:node && npm run test:browser && npm run test:typescript && npm run lint",
"test:node": "mocha",
"test:browser": "karma start --single-run",
"test:typescript": "tsc --noEmit test/specs/typescript-definition.ts",
"test:typescript": "tsc --noEmit test/specs/typescript-definition.spec.ts",
"coverage": "npm run coverage:node && npm run coverage:browser",
"coverage:node": "nyc --reporter=text --reporter=lcov --report-dir coverage/node mocha",
"coverage:browser": "npm run build -- --coverage && npm run test:browser -- --coverage",
Expand Down Expand Up @@ -73,4 +73,4 @@
"dependencies": {
"format-util": "^1.0.3"
}
}
}
File renamed without changes.

0 comments on commit 4258191

Please sign in to comment.