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

14 lines
310 B
TypeScript
Raw Normal View History

module.exports = {
clearMocks: true,
moduleFileExtensions: ['js', 'ts'],
setupFiles: ['dotenv/config'],
testMatch: ['**/*.test.ts'],
transform: {
'^.+\\.ts$': 'ts-jest'
},
moduleNameMapper: {
'^csv-parse/sync': '<rootDir>/node_modules/csv-parse/dist/cjs/sync.cjs'
},
verbose: true
};