mirror of
https://github.com/knex/knex.git
synced 2025-06-26 22:00:25 +00:00
Remove .only block
This commit is contained in:
parent
4f7d920daa
commit
9d62cbfdb1
@ -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';
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user