Public Access
1
0
mirror of https://github.com/docker/login-action.git synced 2026-01-27 22:53:04 +03:00
Files
login-action/jest.config.ts
2022-03-21 10:58:19 +01:00

11 lines
206 B
TypeScript

module.exports = {
clearMocks: true,
moduleFileExtensions: ['js', 'ts'],
setupFiles: ["dotenv/config"],
testMatch: ['**/*.test.ts'],
transform: {
'^.+\\.ts$': 'ts-jest'
},
verbose: true
}