1
0
Fork 0
mirror of https://github.com/cachix/cachix-action.git synced 2025-06-11 02:13:32 +09:00
cachix-action/jest.config.js
2024-11-22 02:42:43 +04:00

11 lines
239 B
JavaScript

module.exports = {
clearMocks: true,
moduleFileExtensions: ["js", "ts"],
testEnvironment: "node",
testMatch: ["**/*.test.ts"],
testRunner: "jest-circus/runner",
transform: {
"^.+\\.ts$": "ts-jest",
},
verbose: true,
};