Execute all tests (#4722)

This commit is contained in:
Igor Savin 2021-10-10 17:23:01 +03:00 committed by GitHub
parent 33e8b9fcb9
commit 2361b9a534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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');