From 0911638c91df2041900b01afaf7fcf342a59f7f0 Mon Sep 17 00:00:00 2001 From: Jack Westbrook Date: Fri, 6 Dec 2024 16:42:25 +0100 Subject: [PATCH] chore(playwright): rename config to cts in case it fixes cli errors related to esm --- .github/CODEOWNERS | 2 +- playwright.config.ts => playwright.config.cts | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename playwright.config.ts => playwright.config.cts (100%) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 040248aa62e..37b37d00c29 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -463,7 +463,7 @@ /.husky/pre-commit @grafana/frontend-ops /cypress.config.cjs @grafana/grafana-frontend-platform /.levignore.js @grafana/plugins-platform-frontend -playwright.config.ts @grafana/plugins-platform-frontend +playwright.config.cts @grafana/plugins-platform-frontend # public folder /public/app/api/ @grafana/grafana-frontend-platform diff --git a/playwright.config.ts b/playwright.config.cts similarity index 100% rename from playwright.config.ts rename to playwright.config.cts