mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-28 14:18:04 -05:00
Migrate to vitest, unskip suites Closes #1846
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { describe, expect, test } from "bun:test";
|
||||
import { describe, expect, test } from "vitest";
|
||||
import { pathnameFromPotentialURL } from "./strings";
|
||||
|
||||
describe("pathnameFromPotentialURL()", () => {
|
||||
|
||||
Reference in New Issue
Block a user