mirror of
https://github.com/docker/login-action
synced 2024-11-10 08:01:41 +00: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
|
||
|
}
|