mirror of
https://github.com/docker/login-action.git
synced 2024-11-06 00:45:48 -05:00
0828e0e718
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
10 lines
206 B
TypeScript
10 lines
206 B
TypeScript
module.exports = {
|
|
clearMocks: true,
|
|
moduleFileExtensions: ['js', 'ts'],
|
|
setupFiles: ["dotenv/config"],
|
|
testMatch: ['**/*.test.ts'],
|
|
transform: {
|
|
'^.+\\.ts$': 'ts-jest'
|
|
},
|
|
verbose: true
|
|
}
|