mirror of
https://github.com/knex/knex.git
synced 2025-10-09 15:06:55 +00:00
11 lines
277 B
JavaScript
11 lines
277 B
JavaScript
|
|
var Builder = require('../../../lib/builder').Builder;
|
|
var Common = require('../../../lib/common').Common;
|
|
var Raw = require('../../../lib/raw').Raw;
|
|
|
|
describe('BaseClient', function () {
|
|
|
|
it('should throw if a transaction object is passed without a connection');
|
|
|
|
});
|