2
0
mirror of https://gitea.com/docker/build-push-action.git synced 2025-05-16 15:39:27 +07:00
docker-build-push/jest.config.ts
CrazyMax 2d081a4fd5
chore: update dev dependencies and workflow
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-03-15 21:59:59 +01:00

11 lines
207 B
TypeScript

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