test: port spec tests to vitest

This commit is contained in:
Panagiotis Papadopoulos
2025-01-13 00:32:58 +01:00
parent 6be7109ce3
commit 33274ada65
10 changed files with 22 additions and 11 deletions

View File

@@ -1,3 +1,4 @@
import { describe, it, expect } from "vitest";
import { trimIndentation } from "./utils.js";
describe("Utils", () => {