UNPKG
otel-tools
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
OpenTelemetry Tools
github.com/carlhueffmeier/otel-tools
carlhueffmeier/otel-tools
otel-tools
/
jest.config.js
6 lines
(5 loc)
•
145 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, testPathIgnorePatterns: [
'<rootDir>/build/'
,
'<rootDir>/node_modules/'
], };