Files
zitadel/packages/zitadel-react/jest.config.ts
2023-05-25 17:11:36 +02:00

8 lines
171 B
TypeScript

import type { JestConfigWithTsJest } from 'ts-jest'
const jestConfig: JestConfigWithTsJest = {
preset: 'ts-jest',
testEnvironment: 'node'
}
export default jestConfig