BlinkUX / sequelize-mock

A simple mock interface specifically for testing code relying on Sequelize models
https://sequelize-mock.readthedocs.io
MIT License
139 stars 73 forks source link

Add support for Sequelize v4 hooks #57

Closed josencv closed 5 years ago

josencv commented 6 years ago

Note: I'm not using this because there are other features of Sequelize v4 currently not supported (like defining instance methods via prototype on each defined model). Still, it may be useful for someone. Feel free to merge or close this PR.

shamoons commented 4 years ago

Why was this not merged in? Seems VERY useful