mirror of
https://gitea.com/docker/metadata-action.git
synced 2025-02-16 14:53:57 +01:00
10 lines
207 B
TypeScript
10 lines
207 B
TypeScript
module.exports = {
|
|
clearMocks: true,
|
|
moduleFileExtensions: ['js', 'ts'],
|
|
setupFiles: ['dotenv/config'],
|
|
testMatch: ['**/*.test.ts'],
|
|
transform: {
|
|
'^.+\\.ts$': 'ts-jest'
|
|
},
|
|
verbose: true
|
|
};
|