Skip to content

Commit

Permalink
Rename tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oklemenz2 committed Dec 11, 2023
1 parent 54bd902 commit eac70a1
Show file tree
Hide file tree
Showing 34 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
modulePathIgnorePatterns: [],
resetMocks: false,
resetModules: false,
testMatch: ["**/test/**/*-test.js", "**/test-integration/**/*-test.js"],
testMatch: ["**/test/**/*.test.js", "**/test-integration/**/*.test.js"],
testPathIgnorePatterns: ["/node_modules/"],
verbose: true,
maxWorkers: 2,
Expand Down
2 changes: 1 addition & 1 deletion jest.external.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ module.exports = {
statements: 85,
},
},
testMatch: ["**/test/**/*-test.js"],
testMatch: ["**/test/**/*.test.js"],
};
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 eac70a1

Please sign in to comment.