mirror of
https://git.studyfor.work/actions/gitea-tool-cache.git
synced 2026-01-11 16:06:03 +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",
|
|
} |