1
mirror of https://github.com/docker/build-push-action.git synced 2026-02-14 15:20:33 +00:00
Files
docker-build-push-action/jest.config.ts
2022-03-15 21:59:59 +01:00

11 lines
207 B
TypeScript

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