UNPKG
morbo-cli
Version:
latest (0.5.3)
0.5.3
0.5.2
0.5.1
0.5.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
… All tech debt is vermin in the eyes of Morbo!
github.com/orrybaram/morbo
orrybaram/morbo
morbo-cli
/
jest.config.js
7 lines
•
119 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
= { preset:
'ts-jest'
, testPathIgnorePatterns: [
"/node_modules/"
,
"<rootDir>/dist/"
], };