Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Revert change to jest
  • Loading branch information
guibescos committed Jan 18, 2023
commit e9ffb10764bfbb750e71d79beecee7b7b429a2c9
2 changes: 1 addition & 1 deletion jestconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"transform": {
"^.+\\.(t|j)sx?$": "ts-jest"
},
"testRegex": "./__tests__/Anchor.test.ts",
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"]
}