UNPKG
cerbere
Version:
latest (0.2.3)
0.2.3
0.2.1
0.2.0
0.1.0
Client Node.js de Cerbere
github.com/MTES-MCT/node-cerbere
MTES-MCT/node-cerbere
cerbere
/
jest.config.js
6 lines
•
150 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
= { testEnvironment:
'node'
, testMatch: [
'<rootDir>/**/*.test.js'
], testPathIgnorePatterns: [
'/node_modules/'
], clearMocks:
true
};