2
0
mirror of https://gitea.com/docker/setup-buildx-action.git synced 2025-02-23 12:10:39 +07:00
docker-setup-buildx/jest.config.ts

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
}