Skip to content

Commit

Permalink
chore(tests): renamed .spec.ts -> .test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed Sep 12, 2021
1 parent 8f5cf3a commit 97fec4a
Show file tree
Hide file tree
Showing 5 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
@@ -1,7 +1,7 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['<rootDir>/lib/**/*.spec.ts'],
testMatch: ['<rootDir>/lib/**/*.test.ts'],
modulePathIgnorePatterns: [],
collectCoverageFrom: ['<rootDir>/lib/**/*.ts', 'index.ts'],
coveragePathIgnorePatterns: [ '/node_modules/', '/__snapshots__/', '/test/' ],
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tsconfig.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"outDir": "dist"
},
"exclude": [
"**/*.spec.ts",
"**/*.test.ts",
"examples",
"scripts",
"lib/test"
Expand Down

0 comments on commit 97fec4a

Please sign in to comment.