Migrate to vitest, unskip suites Closes #1846

This commit is contained in:
Kalle
2024-09-14 14:34:41 +03:00
parent c8921bfadb
commit 8405be6f26
37 changed files with 14115 additions and 1099 deletions

View File

@@ -1,4 +1,4 @@
import { describe, expect, test } from "bun:test";
import { describe, expect, test } from "vitest";
import { pathnameFromPotentialURL } from "./strings";
describe("pathnameFromPotentialURL()", () => {