diff --git a/Express/barAndCafe/jest.config.js b/Express/barAndCafe/jest.config.js index 66a64c8..21a72eb 100644 --- a/Express/barAndCafe/jest.config.js +++ b/Express/barAndCafe/jest.config.js @@ -10,6 +10,7 @@ module.exports = { '!/jest.config.js/', '!/coverage/', '!**/server.ts', + '!**/swaggerDef.ts' ], coverageThreshold: { global: {