UNPKG
@robotical/roboticaljs
Version:
latest (1.1.24)
1.1.24
1.1.23
1.1.22
1.1.20
1.1.19
1.1.18
1.1.17
1.1.16
1.1.14
1.1.13
1.1.12
1.1.11
1.1.9
Javascript/TS library for Robotical products
github.com/robotical/rocoticaljs
robotical/rocoticaljs
@robotical/roboticaljs
/
jest.config.js
11 lines
(10 loc)
•
216 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module
.
exports
= { roots: [
'<rootDir>'
], testMatch: [
"**/__tests__/**/*.+(ts|tsx|js)"
,
"**/?(*.)+(spec|test).+(ts|tsx|js)"
], transform: {
"^.+\\.(ts|tsx)$"
:
"ts-jest"
}, }