1
0
mirror of https://github.com/docker/setup-buildx-action.git synced 2025-03-01 13:10:14 +08:00

11 lines
206 B
TypeScript
Raw Normal View History

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