Skip to content

Commit

Permalink
fix: correct jest config
Browse files Browse the repository at this point in the history
Signed-off-by: Tilman Vatteroth <[email protected]>
  • Loading branch information
mrdrogdrog committed Jul 30, 2023
1 parent aec6ca1 commit b44773a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions jest.config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"preset": "ts-jest",
"testEnvironment": "node",
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx)$",
"testPathIgnorePatterns": [
"preset" : "ts-jest",
"testEnvironment" : "node",
"testRegex" : "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx)$",
"testPathIgnorePatterns" : [
"/dist/"
],
"extensionsToTreatAsEsm" : [
Expand All @@ -15,6 +15,7 @@
"^.+\\.tsx?$" : [
"ts-jest",
{
"tsconfig" : "tsconfig.esm.json",
"useESM" : true
}
]
Expand Down

0 comments on commit b44773a

Please sign in to comment.