mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 04:30:31 +09:00
8 lines
161 B
JavaScript
8 lines
161 B
JavaScript
module.exports = {
|
|
automock: false,
|
|
setupFiles: ['./setupJest.ts'],
|
|
testEnvironment: 'node',
|
|
preset: 'ts-jest',
|
|
testPathIgnorePatterns: ['/dist/'],
|
|
};
|