jbrumwell / mock-knex

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

Support knex 3.0.1 #141

Closed atlanteh closed 7 months ago

atlanteh commented 9 months ago

When upgrading to knex@3.0.1, mocking knex fails on the following error:

Error: Unable to locate version: 3.0.1
claytoncc commented 7 months ago

@jbrumwell Any chance you could take a look at this one please? 🍺

fbarril commented 7 months ago

https://github.com/jbrumwell/mock-knex/pull/143