rochejul / sequelize-mocking

Sequelize extension to deal with data-mocking for testing
MIT License
63 stars 26 forks source link

Support for sequelize v4 #13

Closed cbargren closed 7 years ago

cbargren commented 7 years ago

The library doesn't appear to be working properly with the latest version of sequelize. Installing v4.1.1 and running the tests results in the following failures: https://gist.github.com/cbargren/1191a5f64a9aa7682800c1f185c18c8b.

Sequelize v4 breaking changes: http://docs.sequelizejs.com/manual/tutorial/upgrade-to-v4.html

rochejul commented 7 years ago

Hi @cbargren

Indeed, this tools was not design for the new sequelize major version

I will try for the next weeks to make some evolutions

Regards

cbargren commented 7 years ago

Awesome, thanks!