Spaces:
Sleeping
Sleeping
File size: 157 Bytes
0bcc252 |
1 2 3 4 5 6 7 |
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/__tests__/**/*.test.ts'],
setupFiles: ['<rootDir>/jest.setup.js'],
};
|