rochejul / sequelize-mocking

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

Fix error:Cannot find module 'tape' from 'sequelize-mocking-tape.js' #11

Closed WebDevMichael closed 7 years ago

WebDevMichael commented 7 years ago

Fix error:Cannot find module 'tape' from 'sequelize-mocking-tape.js' Added 'tape' to package.json

rochejul commented 7 years ago

Declined: this is normal, the parent project should import tape, because this is a plugin

Like a gulp plugin, you should never so declare a gulp dependency into the plugin

Many thanks for your PR

Regards

WebDevMichael commented 7 years ago

I am not using tape at all in my project and I get this error when requiring sequelizeMockingJasmine

rochejul commented 7 years ago

Please check the examples. If you still have an etror, creta an issue with full details and example

Thanks