chore: move to new /test dir

This commit is contained in:
Ayo Ayco 2024-11-10 20:09:05 +01:00
parent ec02a26795
commit a567a88540

View file

@ -1,5 +1,5 @@
import { describe, expect, test } from "vitest"; import { describe, expect, test } from "vitest";
import { cozify } from "./sanitizer"; import { cozify } from "../src/utils/sanitizer";
describe("cozify()", async () => { describe("cozify()", async () => {
const baseUrl = "https://cozy.pub"; const baseUrl = "https://cozy.pub";