UNPKG
dnf-api
Version:
latest (2.0.4)
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.22
0.5.21
0.5.2
0.5.1
0.5.0
0.4.10
0.4.9
0.4.7
0.4.6
0.4.5
0.4.3
0.4.2
0.4.1
0.3.1
0.3.0
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
던전 앤 파이터 API
github.com/k22pr/dnf-api
k22pr/dnf-api
dnf-api
/
jest.config.js
13 lines
(12 loc)
•
225 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
module.exports
=
{ transform: {
"^.+
\\
.ts$"
:
"ts-jest"
, }, testRegex:
"
\\
.test
\\
.ts$"
, moduleFileExtensions: [
"ts"
,
"js"
], globals: {
"ts-jest"
: { enableTsDiagnostics:
true
, }, }, };