UNPKG
@remote.it/cli
Version:
latest (0.42.2-alpha.1)
0.43.1
0.42.2-alpha.1
0.42.2-alpha.0
0.42.1
0.42.0
0.5.2
0.5.1
remote.it cross-platform command line
@remote.it/cli
/
jest.config.js
7 lines
(6 loc)
•
187 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, testPathIgnorePatterns: [
'<rootDir>/lib/'
,
'<rootDir>/node_modules/'
], watchPathIgnorePatterns: [
'node_modules'
], }