mirror of
https://github.com/zadam/trilium.git
synced 2026-07-01 00:28:44 +02:00
chore(vitest): fix node:test import
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user