1
0
mirror of https://github.com/docker/setup-buildx-action.git synced 2025-10-23 08:56:05 +08:00
Files
setup-buildx-action/jest.config.ts
2022-03-21 13:43:41 +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
}