jbrumwell / mock-knex

A mock knex adapter for simulating a database during testing
MIT License
239 stars 71 forks source link

Does knex clone works? #113

Closed opravil-jan closed 4 years ago

opravil-jan commented 4 years ago

Hello,

I have a question. Does knex clone (http://knexjs.org/#Builder-clone) works with mock-knex? I use it in my code and I can not make test work correctly using mock-knex. Is this functionality supported?

Thank you Jan Opravil