jbrumwell / mock-knex

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

Can not mock knex version 0.12.3 #55

Closed websoftwares closed 7 years ago

websoftwares commented 7 years ago

Unhandled rejection TypeError: _this2.client.acquireConnection(...).then is not a function

jbrumwell commented 7 years ago

@websoftwares Thank you for reporting it :) Fixed in version 0.3.7 :+1:

maxArturo commented 7 years ago

@jbrumwell beat me to the punch!

websoftwares commented 7 years ago

@jbrumwell thanks!