UNPKG

@qelos/auth

Version:

Express Passport authentication service

14 lines (12 loc) 338 B
// For a detailed explanation regarding each configuration property, visit: // https://jestjs.io/docs/en/configuration.html module.exports = { clearMocks: true, preset: 'ts-jest', coverageDirectory: "coverage", testEnvironment: "node", testMatch: [ "**/__tests__/**/*.js?(x)", "**/?(*.)+(spec|test).[j|t]s?(x)" ], };