Skip to content

Commit

Permalink
chore: update jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
negezor committed Jul 27, 2023
1 parent c31b160 commit 208ab7c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions jest.config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "cacher-monorepo",
"verbose": true,
"preset": "ts-jest",
"preset": "ts-jest/presets/default-esm",
"testEnvironment": "node",
"testMatch": ["<rootDir>/packages/*/test/*.test.ts"]
"testMatch": ["<rootDir>/{services,shared}/*/test/**/*.test.ts"],
"globals": {
"ts-jest": {
"useESM": true
}
}
}

0 comments on commit 208ab7c

Please sign in to comment.