improve code

This commit is contained in:
Rene Haas
2022-07-31 13:45:14 +02:00
parent 64ea796f79
commit e347e7d236
5 changed files with 1278 additions and 4796 deletions
@@ -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 }) => {