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

Update the transaction method signature #83

Open steventwheeler opened 4 years ago

steventwheeler commented 4 years ago

The method signature in sequelize-mock does not match the signature in sequelize. Specifically it should optionally accept an options Object as the first argument.