mirror of
https://github.com/knex/knex.git
synced 2025-10-10 23:48:27 +00:00
11 lines
148 B
JavaScript
11 lines
148 B
JavaScript
describe('Server Base', function () {
|
|
|
|
it('should take a config object in the constructor, to set up the pool, etc.', function() {
|
|
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
}); |