From a567a88540f8c4fb0a467799bb7926e8a8b7aee6 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 10 Nov 2024 20:09:05 +0100 Subject: [PATCH] chore: move to new /test dir --- {src/utils => test}/sanitizer.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {src/utils => test}/sanitizer.test.ts (95%) diff --git a/src/utils/sanitizer.test.ts b/test/sanitizer.test.ts similarity index 95% rename from src/utils/sanitizer.test.ts rename to test/sanitizer.test.ts index c2208bd..e52c7ea 100644 --- a/src/utils/sanitizer.test.ts +++ b/test/sanitizer.test.ts @@ -1,5 +1,5 @@ import { describe, expect, test } from "vitest"; -import { cozify } from "./sanitizer"; +import { cozify } from "../src/utils/sanitizer"; describe("cozify()", async () => { const baseUrl = "https://cozy.pub";