Files
HyperWinX 95193eccb1
Code scanning - action / CodeQL-Build (push) Has been cancelled
Initial commit
2026-03-15 11:57:39 +03:00

12 lines
281 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
}