Spaces:
Sleeping
Sleeping
| import type { JestConfigWithTsJest } from 'ts-jest'; | |
| const jestConfig: JestConfigWithTsJest = { | |
| preset: 'ts-jest/presets/default-esm', | |
| }; | |
| export default jestConfig; | |