UNPKG
@june-so/analytics-node
Version:
latest (8.0.0)
8.0.0
7.0.1
7.0.0
6.1.1
6.1.0
The hassle-free way to integrate analytics into any Node.js application
@june-so/analytics-node
/
jest.config.js
7 lines
(6 loc)
•
100 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
= { roots: [
"<rootDir>/src"
], transform: {
"^.+\\.tsx?$"
:
"ts-jest"
, }, };