diff options
Diffstat (limited to 'jest.config.cjs')
-rw-r--r-- | jest.config.cjs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jest.config.cjs b/jest.config.cjs new file mode 100644 index 0000000..13edb95 --- /dev/null +++ b/jest.config.cjs @@ -0,0 +1,5 @@ +/** @type {import('ts-jest').JestConfigWithTsJest} */ +module.exports = { + preset: 'ts-jest/presets/default-esm', + testEnvironment: 'node', +}; |