Execute all tests (#4716)

This commit is contained in:
Igor Savin 2021-10-10 01:40:22 +03:00 committed by GitHub
parent 07c30bfcb8
commit 44ae0ffeb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ const {
} = require('../../util/knex-instance-provider');
const logger = require('../../../integration/logger');
describe.only('Selects', function () {
describe('Selects', function () {
getAllDbs().forEach((db) => {
describe(db, () => {
let knex;