configure codecov

This commit is contained in:
Rene Haas
2022-08-19 17:41:30 +02:00
parent a88102de69
commit 5143094546
2 changed files with 2 additions and 4 deletions
@@ -3,8 +3,6 @@ import { test, Page } from '@playwright/test';
playwrightRollup();
test.describe.configure({ mode: 'parallel' });
const createTests = (fast?: boolean) => {
[false, true].forEach((viewportIsTarget) => {
const isOrIsNot = viewportIsTarget ? 'is' : 'is not';