Skip to content

Commit f5ea3ed

Browse files
committed
moving all tests within the tests directory at the root of the project
1 parent 7871367 commit f5ea3ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/slugify.test.ts renamed to tests/slugify.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { describe, it, expect } from "vitest";
22

3-
import { slugify } from "./slugify";
3+
import { slugify } from "../src/utils/slugify";
44

55
describe(slugify.name, () => {
66
it("should convert a string to lowercase and replace spaces with dashes", () => {

0 commit comments

Comments
 (0)