Files
Autonomous-Bug-Explorer/jest.config.ts

7 lines
129 B
TypeScript

export default {
preset: 'ts-jest',
testEnvironment: 'node',
roots: ['<rootDir>/tests'],
testMatch: ['**/*.test.ts'],
};