We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7871367 commit f5ea3edCopy full SHA for f5ea3ed
src/utils/slugify.test.ts renamed to tests/slugify.test.ts
@@ -1,6 +1,6 @@
1
import { describe, it, expect } from "vitest";
2
3
-import { slugify } from "./slugify";
+import { slugify } from "../src/utils/slugify";
4
5
describe(slugify.name, () => {
6
it("should convert a string to lowercase and replace spaces with dashes", () => {
0 commit comments