chore: move to new /test dir
This commit is contained in:
parent
ec02a26795
commit
a567a88540
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
Loading…
Reference in a new issue