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