mirror of
https://gitea.com/kongxiangyiren/gitea-tool-cache.git
synced 2025-10-23 03:44:44 +08:00
13 lines
295 B
JavaScript
13 lines
295 B
JavaScript
/** @type {import("jest").Config} */
|
|
module.exports = {
|
|
clearMocks: true,
|
|
moduleFileExtensions: ['js', 'ts'],
|
|
testEnvironment: 'node',
|
|
testMatch: ['**/*.test.ts'],
|
|
testRunner: 'jest-circus/runner',
|
|
transform: {
|
|
'^.+\\.ts$': 'ts-jest'
|
|
},
|
|
verbose: true,
|
|
// type": "module",
|
|
} |