Skip to content

Commit

Permalink
Rename unit tests to *.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
scottohara committed Aug 23, 2023
1 parent 0046e11 commit 711fe8d
Show file tree
Hide file tree
Showing 32 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion karma-bdd.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = config => {
* available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
*/
preprocessors: {
"spec/public/**/*_spec.ts": ["webpack", "sourcemap"]
"spec/public/**/*.test.ts": ["webpack", "sourcemap"]
},

/*
Expand Down
2 changes: 1 addition & 1 deletion karma.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {

// List of files / patterns to load in the browser
files: [
"spec/public/**/*_spec.ts",
"spec/public/**/*.test.ts",
{
pattern: `${outputPath}/**/*`,
watched: false,
Expand Down
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = config => {
* available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
*/
preprocessors: {
"spec/public/**/*_spec.ts": "webpack"
"spec/public/**/*.test.ts": "webpack"
},

/*
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.

0 comments on commit 711fe8d

Please sign in to comment.