0b5cfd933f
no issue - added https://github.com/colonyamerican/mock-knex as dev dependency - the mock serves our data generator test data by default - but you can define your own if you want - we need a proper mock for unit testing - we should not mock bookshelf if possible, otherwise we can't test event flows
4 lines
110 B
JavaScript
4 lines
110 B
JavaScript
exports.utils = require('./utils');
|
|
exports.express = require('./express');
|
|
exports.knex = require('./knex');
|