forwardemail / forwardemail/supertest
TypeError: Cannot read property 'formatters' of undefined
- Dominant language
- JavaScript
- Stars
- 14.4k
- Forks
- 782
- PR merge metrics
- No merged PRs in 30d
Description
I get the following error message
```
FAIL tests/index.test.ts
● Test suite failed to run
TypeError: Cannot read property 'formatters' of undefined
at Object. (node_modules/supertest/node_modules/debug/src/node.js:156:33)
at Object. (node_modules/supertest/node_modules/debug/src/index.js:10:20)
```
The excerpt of the package.json
```
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/express": "4.16.1",
"@types/jest": "^24.0.15",
"@types/node": "10.10.3",
"@types/supertest": "^2.0.7",
"@typescript-eslint/parser": "1.5.0",
"chai": "4.2.0",
"cross-env": "^5.2.0",
"jest": "^24.5.0",
"supertest": "^4.0.2",
"ts-jest": "^24.0.2",
"ts-node": "8.0.3",
"typescript": "3.3.4000",
"typescript-eslint-parser": "22.0.0"
},
```
any help?
Contributor guide
Assessment
This issue has not been assessed yet.