rochejul / sequelize-mocking

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

adding caret to sequelize to fix sequelize query builder #10

Closed trashhalo closed 7 years ago

trashhalo commented 7 years ago

see issue #9 on why this caret is required.

rochejul commented 7 years ago

Hi

As specified, I use too a shrinkwrap file which is exposed. So using the wildcard is not enough, and in all cases should not be used.

I will check to provide instead an option to specify your current sequelize instance

Regards