From ff9b922321cb5d3733eed74fa7850aa0a97bc46a Mon Sep 17 00:00:00 2001 From: Jesse Mazzella Date: Mon, 28 Oct 2024 15:56:12 -0700 Subject: [PATCH] chore: lint --- packages/e2e/playwright-ci.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/e2e/playwright-ci.config.js b/packages/e2e/playwright-ci.config.js index 80e967f747..4671202325 100644 --- a/packages/e2e/playwright-ci.config.js +++ b/packages/e2e/playwright-ci.config.js @@ -80,7 +80,7 @@ const config = { outputFolder: '../../html-test-results' //Must be in different location due to https://github.com/microsoft/playwright/issues/12840 } ], - ['junit', { outputFile: '../test-results/results.xml' }] + ['junit', { outputFile: '../test-results/results.xml' }] ] };