Remove .only block

This commit is contained in:
Igor Savin 2022-03-19 13:46:44 +02:00
parent 4f7d920daa
commit 9d62cbfdb1

View File

@ -660,7 +660,7 @@ const fixture = [
},
].filter(Boolean);
describe.only('esm interop and mjs support', () => {
describe('esm interop and mjs support', () => {
before(() => {
process.env.KNEX_PATH = '../knex.js';
});