Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove testIgnore from playwright
Sebastian Martinez committed 1 year ago
commit 7833dd2ffe9e6d8b63756ef5f491efdde94ce5ea
parent ce8d6f6dd4378f3487458742ca3306c008288e74
1 file changed +0 -1
modified playwright.config.ts
@@ -4,7 +4,6 @@ import { devices } from "@playwright/test";
const config: PlaywrightTestConfig = {
  testDir: "./tests/e2e",
  outputDir: "./tests/artifacts",
-
  testIgnore: "hashRouter.spec.ts",
  timeout: 30_000,
  expect: {
    timeout: 8000,