I'm trying to run a simple test using Mocha and my Bookshelf / Knex model, however I'm getting the error "Unhandled rejection Error: SQLITE_ERROR: no such table: users". Note that I'm trying to use in memory SQLite.I'm trying to run a simple test using Mocha and