Matou-Garou / jest.config.ts
Jofthomas's picture
Jofthomas HF staff
bulk
ce8b18b
raw
history blame
168 Bytes
import type { JestConfigWithTsJest } from 'ts-jest';
const jestConfig: JestConfigWithTsJest = {
preset: 'ts-jest/presets/default-esm',
};
export default jestConfig;