Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Create React App has a file convention
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobMGEvans committed Dec 15, 2020
1 parent 32c8b22 commit 8ccc0cd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
@@ -1,6 +1,6 @@
module.exports = {
roots: ['<rootDir>/src'],
setupFilesAfterEnv: ['<rootDir>/jest.setup.js'],
setupFilesAfterEnv: ['<rootDir>/setupTests.js'],
testMatch: ['**/__tests__/**/*.+(ts|tsx)', '**/?(*.)+(spec|test).+(ts|tsx)'],
coverageDirectory: './coverage',
testPathIgnorePatterns: ['<rootDir>/jest.config.js'],
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -2,7 +2,7 @@
"include": [
"src",
"types",
"jest.setup.js"
"setupTests.js"
],
"exclude": [
"node_modules",
Expand Down

0 comments on commit 8ccc0cd

Please sign in to comment.