Rebrand product as Manyangles and add Authentik
This commit is contained in:
@@ -3,7 +3,7 @@ import { slugify } from "./slug";
|
||||
|
||||
describe("slugify", () => {
|
||||
test("lowercases and hyphenates titles", () => {
|
||||
expect(slugify("Maya & Jonah Wedding")).toBe("maya-jonah-wedding");
|
||||
expect(slugify("Summer Block Party")).toBe("summer-block-party");
|
||||
});
|
||||
|
||||
test("falls back when the title has no letters", () => {
|
||||
|
||||
Reference in New Issue
Block a user