UNPKG
@10abdullahbutt/auth-module
Version:
latest (1.0.0)
1.0.0
A NestJS-style authentication module with JWT and role-based access control.
@10abdullahbutt/auth-module
/
jest.config.js
11 lines
•
274 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module
.
exports
= { moduleFileExtensions: [
'js'
,
'json'
,
'ts'
], rootDir:
'.'
, testRegex:
'.*\\.spec\\.ts$'
, transform: {
'^.+\\.(t|j)s$'
:
'ts-jest'
, }, collectCoverageFrom: [
'src/**/*.(t|j)s'
], coverageDirectory:
'./coverage'
, testEnvironment:
'node'
, };