actions-setup-node/jest.config.js
dingshiyuan 66401264b9
Some checks failed
Update configuration files / Update configuration files (push) Has been cancelled
CodeQL analysis / CodeQL analysis (push) Has been cancelled
node
2024-10-19 01:33:55 +08:00

11 lines
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
}