mirror of
https://github.com/seepine/hash-files.git
synced 2025-02-24 00:00:12 +08:00
9 lines
172 B
JavaScript
9 lines
172 B
JavaScript
module.exports = {
|
|
clearMocks: true,
|
|
moduleFileExtensions: ['js', 'ts'],
|
|
testMatch: ['**/*.test.ts'],
|
|
transform: {
|
|
'^.+\\.ts$': 'ts-jest'
|
|
},
|
|
verbose: true
|
|
} |