chore: migrate jest config to esm
This commit is contained in:
parent
7a70ed28c3
commit
55229776c0
1 changed files with 1 additions and 1 deletions
13
jest.config.mjs
Normal file
13
jest.config.mjs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/** @type {import('ts-jest').JestConfigurationWithTsJest} **/
|
||||
export default {
|
||||
testEnvironment: "node",
|
||||
transform: {
|
||||
"^.+.tsx?$": [
|
||||
"ts-jest",
|
||||
{
|
||||
tsconfig: 'tsconfig.debug.json'
|
||||
}
|
||||
]
|
||||
},
|
||||
roots: ['./tests']
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue