mirror of
https://github.com/knex/knex.git
synced 2025-10-10 07:26:39 +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');
|
||
|
|
||
|
});
|