2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-12 13:50:12 +02:00
socketio-jwt/jest.config.json
dependabot[bot] 596d6a82c9
build(deps-dev): bump typescript from 4.3.5 to 4.4.2 (#201)
Co-authored-by: Divlo <contact@divlo.fr>
2021-08-27 17:18:31 +02:00

8 lines
143 B
JSON

{
"preset": "ts-jest",
"testEnvironment": "node",
"rootDir": "./src",
"collectCoverage": true,
"coverageDirectory": "../coverage/"
}