UNPKG
trakr
Version:
latest (0.2.0)
0.2.0
0.1.9
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Minimal utility for tracking performance
github.com/scheibo/trakr
scheibo/trakr
trakr
/
jest.config.js
8 lines
(7 loc)
•
258 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, coverageDirectory:
'coverage'
, coveragePathIgnorePatterns: [
'<rootDir>/node_modules/'
,
'<rootDir>/build/'
], testPathIgnorePatterns: [
'<rootDir>/node_modules/'
,
'<rootDir>/build/'
] };