sequelize / express-example

A proposal for the usage of Sequelize within an Express.JS application.
MIT License
2.5k stars 770 forks source link

User model unit test should be fixed #18

Closed designeng closed 9 years ago

designeng commented 9 years ago

Here https://github.com/sequelize/express-example/blob/master/test/unit/index.test.js#L13 should be expect(models.User).to.be.ok() assertion.

sdepold commented 9 years ago

True. Can you open a pr?