diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 37b37d00c29..040248aa62e 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.cts @grafana/plugins-platform-frontend +playwright.config.ts @grafana/plugins-platform-frontend # public folder /public/app/api/ @grafana/grafana-frontend-platform diff --git a/playwright.config.cts b/playwright.config.ts similarity index 100% rename from playwright.config.cts rename to playwright.config.ts