aboutsummaryrefslogtreecommitdiff
path: root/tests/test.js
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-11-19 04:40:02 +0000
committerFuwn <[email protected]>2023-11-19 04:40:02 +0000
commitb1ad3406d280791ee4e6a3d9f029803d67219260 (patch)
tree66a2e1fa53d0615421aa084dd5eb12641a071d3a /tests/test.js
parentfix(npm): remove lockfile (diff)
downloadarchived-frontend-next-b1ad3406d280791ee4e6a3d9f029803d67219260.tar.xz
archived-frontend-next-b1ad3406d280791ee4e6a3d9f029803d67219260.zip
feat(svelte): complete sveltekit upgrade
Diffstat (limited to 'tests/test.js')
-rw-r--r--tests/test.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/test.js b/tests/test.js
deleted file mode 100644
index cb82a82..0000000
--- a/tests/test.js
+++ /dev/null
@@ -1,6 +0,0 @@
-import { expect, test } from "@playwright/test";
-
-test("index page has expected h1", async ({ page }) => {
- await page.goto("/");
- expect(await page.textContent("h1")).toBe("home");
-});