mirror of
https://github.com/knex/knex.git
synced 2025-12-20 03:28:36 +00:00
4 lines
93 B
JavaScript
4 lines
93 B
JavaScript
|
|
module.exports = {
|
||
|
|
spec: ['test/all-tests-suite.js', 'test/integration2/**/*.spec.js'],
|
||
|
|
};
|