mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-06 13:32:26 +03:00
configure codecov
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user