Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Dec 28, 2021
1 parent 0969df6 commit f1f6a8c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jest-sync.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"setupFilesAfterEnv": ["./test-setup.js"],
"roots": ["test"],
"testRegex": "\\.(t|j)s$",
"testPathIgnorePatterns": ["helpers\\.js", "\\.eslintrc\\.js", "types\\.ts"]
"testPathIgnorePatterns": ["helpers\\.js", "\\.eslintrc\\.js", "types2\\.ts"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"testPathIgnorePatterns": [
"helpers\\.ts",
"\\.eslintrc\\.js",
"types2?\\.ts"
"types\\.ts"
]
},
"devDependencies": {
Expand Down
File renamed without changes.

0 comments on commit f1f6a8c

Please sign in to comment.