-
Notifications
You must be signed in to change notification settings - Fork 34
Conversation
What are we getting from |
The generated app's unit test uses The older version of This is basically a bug fix. |
|
Right, but is there a feature or bug fix in 1.0 which we want specifically? Is this related to any open issues on this repo? |
No bugs reported yet. I found this while testing the app create flow. Ah, Let me raise a bug for this first. |
Linking the issue #68 |
👍 |
Found an issue with the Major version upgrade of The
Updated the PR with a fix for this. |
swaggerize-express@^4 brings in "enjoi": "^1.0.0"
https://github.com/krakenjs/generator-swaggerize/blob/master/app/templates/_package.json#L21
However the generated app's dev dependency on enjoi is stuck at an older version making the unit test fail.
https://github.com/krakenjs/generator-swaggerize/blob/master/app/templates/_test_express.js#L59