chore(vitest): fix node:test import

This commit is contained in:
Elian Doran
2026-01-02 00:03:45 +02:00
parent b6af3b70b0
commit 3f5616f1fc
3 changed files with 3 additions and 9 deletions

View File

@@ -1,6 +1,5 @@
import { describe } from "node:test";
import test, { BrowserContext, expect, Page } from "@playwright/test";
import { describe } from "vitest";
import App from "../support/app";