Fix lint errors

This commit is contained in:
beatz174-bit
2025-12-02 17:22:09 +10:00
parent f6edda1c42
commit 9822cad8eb
24 changed files with 171 additions and 181 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ const fs = require('fs');
const path = require('path');
const { test } = require('@playwright/test');
test.afterEach(async ({ page }, testInfo) => {
test.afterEach(async ({ page }) => {
try {
// evaluate coverage from the page
const coverage = await page.evaluate(() => (globalThis.__coverage__ || {}));