mirror of
https://github.com/docker/build-push-action.git
synced 2024-11-06 00:35:53 -05:00
2d081a4fd5
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
10 lines
207 B
TypeScript
10 lines
207 B
TypeScript
module.exports = {
|
|
clearMocks: false,
|
|
moduleFileExtensions: ['js', 'ts'],
|
|
setupFiles: ["dotenv/config"],
|
|
testMatch: ['**/*.test.ts'],
|
|
transform: {
|
|
'^.+\\.ts$': 'ts-jest'
|
|
},
|
|
verbose: true
|
|
}
|