Enable Route testing with async await
Add regenerator runtime in jest config. see this [closed issue](https://github.com/facebook/jest/issues/5698)
Showing
| ... | ... | @@ -23,10 +23,12 @@ |
| "@babel/cli": "^7.2.3", | ||
| "@babel/core": "^7.2.2", | ||
| "@babel/node": "^7.2.2", | ||
| "@babel/polyfill": "^7.2.5", | ||
| "@babel/preset-env": "^7.3.1", | ||
| "eslint": "^5.13.0", | ||
| "eslint-plugin-import": "^2.16.0", | ||
| "jest": "^24.1.0", | ||
| "nodemon": "^1.18.9" | ||
| "nodemon": "^1.18.9", | ||
| "supertest": "^3.4.2" | ||
| } | ||
| } |
Please register or sign in to comment