mirror of
https://gitee.com/actions-mirror/docker-login-action
synced 2025-02-17 14:10:57 +08:00
11 lines
207 B
JavaScript
11 lines
207 B
JavaScript
module.exports = {
|
|
clearMocks: true,
|
|
moduleFileExtensions: ['js', 'ts'],
|
|
setupFiles: ["dotenv/config"],
|
|
testMatch: ['**/*.test.ts'],
|
|
transform: {
|
|
'^.+\\.ts$': 'ts-jest'
|
|
},
|
|
verbose: false
|
|
}
|