UNPKG
@nest-modules/mailer
Version:
latest (1.3.22)
1.3.22
1.3.9
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.4.1
0.4.0
0.3.0
0.2.1
0.1.3
NestJS - a mailer module (@mailer)
github.com/nest-modules/mailer
nest-modules/mailer
@nest-modules/mailer
/
jest.config.js
18 lines
(16 loc)
•
298 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
require
(
'ts-node/register'
);
module
.exports = {
'moduleFileExtensions'
: [
'js'
,
'json'
,
'ts'
, ],
'rootDir'
:
'lib'
,
'testRegex'
:
'/lib/.*\\.spec\\.(ts|js)$'
,
'globals'
: {
'ts-jest'
: {
'tsConfig'
:
'tsconfig.json'
} },
'preset'
:
'ts-jest'
, };