mirror of
https://github.com/knex/knex.git
synced 2025-07-16 13:30:42 +00:00
9 lines
197 B
JavaScript
9 lines
197 B
JavaScript
![]() |
const { initTests } = require('./testInitializer');
|
||
|
|
||
|
initTests();
|
||
|
|
||
|
describe('Integration Tests', function() {
|
||
|
this.timeout(process.env.KNEX_TEST_TIMEOUT || 5000);
|
||
|
require('./integration');
|
||
|
});
|