From 9ac6aafc60e8172a4ec4402ea4ae50f78d54b613 Mon Sep 17 00:00:00 2001 From: Anita Lipsky Date: Sat, 13 Jul 2024 12:06:28 +0200 Subject: [PATCH] test: Cleanup --- playwright.config.js | 1 - test-ui/index.html.spec.js | 1 - 2 files changed, 2 deletions(-) diff --git a/playwright.config.js b/playwright.config.js index f9e6beb..b7912b7 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -1,4 +1,3 @@ -// @ts-check import { defineConfig, devices } from "@playwright/test"; /** diff --git a/test-ui/index.html.spec.js b/test-ui/index.html.spec.js index 5578ef1..982802b 100644 --- a/test-ui/index.html.spec.js +++ b/test-ui/index.html.spec.js @@ -1,4 +1,3 @@ -// @ts-check import { test, expect } from "@playwright/test"; test.describe("Content around the web component", () => {