Migrate project to TypeScript and Playwright scraping
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// @ts-nocheck
|
||||
import { test, expect } from "playwright/test";
|
||||
|
||||
test("catalog maker shell loads without page errors", async ({ page }) => {
|
||||
@@ -1,3 +1,4 @@
|
||||
// @ts-nocheck
|
||||
import { test, expect } from "playwright/test";
|
||||
|
||||
test.describe("database connection", () => {
|
||||
Reference in New Issue
Block a user