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

Adds Import Functionality #34

Closed LoveAndCoding closed 6 years ago

LoveAndCoding commented 6 years ago

Adds the ability to import models into the Sequelize Mock interface. Also adds the test capability to override imports to reroute paths to mock models.

Addresses .import support in #4