1
0
Fork 0
mirror of https://github.com/actions/upload-artifact synced 2025-01-05 05:22:40 +00:00
upload-artifact/jest.config.js
2023-01-04 22:56:55 -05:00

12 lines
260 B
JavaScript

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