UNPKG
mstdog
Version:
latest (2.0.0)
2.0.0
1.0.2
1.0.1
1.0.0
0.0.3
0.0.2
0.0.1
Mongoose Schema To Dummy Object Generator
github.com/TheBumpaster/mstdog
TheBumpaster/mstdog
mstdog
/
jest.config.js
6 lines
•
137 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, moduleFileExtensions: [
'ts'
,
'js'
], testMatch: [
'**/*.test.ts'
], };