UNPKG
@tngtech/momo-scheduler
Version:
latest (2.5.0)
2.5.0
2.4.0
2.3.0
2.2.0
2.1.1
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-beta.2
2.0.0-beta.1
1.1.1
1.1.0
1.0.0
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
momo is a scheduler that persists jobs in mongodb
github.com/TNG/momo-scheduler
TNG/momo-scheduler
@tngtech/momo-scheduler
/
jest.config.js
9 lines
(8 loc)
•
151 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.
exports
= { rootDir:
'.'
, testEnvironment:
'node'
, transform: {
'^.+\\.ts$'
:
'ts-jest'
, }, modulePathIgnorePatterns: [
'dist'
], };