mirror of
https://github.com/knex/knex.git
synced 2025-12-27 06:58:39 +00:00
Execute all tests (#4722)
This commit is contained in:
parent
33e8b9fcb9
commit
2361b9a534
@ -134,7 +134,7 @@ describe('unions', function () {
|
||||
);
|
||||
});
|
||||
|
||||
describe.only('intersects', function () {
|
||||
describe('intersects', function () {
|
||||
before(async function () {
|
||||
await knex.schema.createTable('intersect_test', function (t) {
|
||||
t.integer('id');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user