deno.land / x / lucia@v0.6.5 / jest.config.js

jest.config.js
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module.exports = { collectCoverage: true, maxWorkers: '50%', testEnvironment: 'jsdom', transform: { '.(ts)': 'ts-jest', }, moduleNameMapper: { '@core/(.*)': '<rootDir>/src/core/$1', '@directives/(.*)': '<rootDir>/src/core/directives/$1', '@utils/(.*)': '<rootDir>/src/core/utils/$1', '@models/(.*)': '<rootDir>/src/models/$1', },};
lucia

Version Info

Tagged at
a year ago