feat: migrate from jest to vitest

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2025-06-09 20:52:29 -04:00
parent 8836085300
commit 1bd0d58702
No known key found for this signature in database
GPG key ID: 6577287BDCA70840
8 changed files with 1577 additions and 3281 deletions

View file

@ -10,6 +10,8 @@ import {
} from "../src/util";
import * as assert from "assert";
import { describe, it, expect } from "vitest";
describe("util", () => {
describe("uploadUrl", () => {
it("strips template", () => {