Skip to content

Commit

Permalink
chore: rename tech for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yarastqt committed Nov 28, 2020
1 parent 4388d23 commit 0d6fa43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
},
"overrides": [
{
"files": ["*.unit.{ts,tsx}"],
"files": ["*.test.ts"],
"env": {
"jest": true
}
Expand Down
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['<rootDir>/src/**/*.unit.ts'],
testMatch: ['<rootDir>/**/*.test.ts'],
}

0 comments on commit 0d6fa43

Please sign in to comment.