0
0
Fork 0
mirror of https://github.com/dtolnay/rust-toolchain.git synced 2025-07-08 08:02:51 +03:00
rust-toolchain/jest.config.js
2019-09-12 16:44:29 +03:00

11 lines
No EOL
235 B
JavaScript

module.exports = {
clearMocks: true,
moduleFileExtensions: ['js', 'ts'],
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
testRunner: 'jest-circus/runner',
transform: {
'^.+\\.ts$': 'ts-jest'
},
verbose: true
}