fastify-type-provider-zod
Version:
Zod Type Provider for Fastify@4
21 lines (19 loc) • 565 B
JSON
{
"moduleFileExtensions": ["ts", "js", "json"],
"testMatch": ["<rootDir>/src/**/*.(spec|test).ts", "<rootDir>/test/**/*.(spec|test).ts"],
"transform": {
"^.+\\.ts$": ["ts-jest", { "diagnostics": false }]
},
"testEnvironment": "node",
"reporters": ["default"],
"collectCoverageFrom": ["./src/**/*.ts"],
"coveragePathIgnorePatterns": ["<rootDir>/node_modules/", "<rootDir>/coverage/"],
"coverageThreshold": {
"global": {
"statements": 87,
"branches": 88,
"functions": 87,
"lines": 86
}
}
}