mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-10 00:02:28 +03:00
improve code
This commit is contained in:
@@ -58,8 +58,8 @@ module.exports = () => {
|
||||
let output;
|
||||
|
||||
// eslint-disable-next-line no-empty-pattern
|
||||
test.beforeAll(async ({}, { file }) => {
|
||||
({ close, url, output } = await createRollupBundle(dirname(file), true));
|
||||
test.beforeAll(async ({}, { file, config }) => {
|
||||
({ close, url, output } = await createRollupBundle(dirname(file), true, config.quiet));
|
||||
});
|
||||
|
||||
test.beforeEach(async ({ page, browserName }) => {
|
||||
|
||||
Reference in New Issue
Block a user