Files
gitea-upload-artifact/jest.config.js
ChristopherHX 81f940d004
Code scanning - action / CodeQL-Build (push) Failing after 3m53s
disable ghes no support check
2024-01-22 11:42:57 +01: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
}