Spaces:
Sleeping
Sleeping
File size: 168 Bytes
ce8b18b |
1 2 3 4 5 6 7 |
import type { JestConfigWithTsJest } from 'ts-jest';
const jestConfig: JestConfigWithTsJest = {
preset: 'ts-jest/presets/default-esm',
};
export default jestConfig;
|