jbrumwell / mock-knex

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

basic support for 0.16.0-next3 #83

Closed you-fail-me closed 5 years ago

you-fail-me commented 5 years ago

A very basic support for knex 0.16.0-next3, which I'm using because wanted to have ability to supply migrations from webpack source (see https://github.com/tgriesser/knex/pull/2775)

jbrumwell commented 5 years ago

Version 0.16 support added in 0.4.3 :)