fix: incorrect test

This commit is contained in:
Jacky Zhao 2023-12-02 16:52:44 -08:00
parent 82bd08d14a
commit 610b04406f
2 changed files with 3 additions and 3 deletions
quartz/util

View file

@ -83,7 +83,7 @@ describe("transforms", () => {
test("simplifySlug", () => {
asserts(
[
["index", ""],
["index", "/"],
["abc", "abc"],
["abc/index", "abc/"],
["abc/def", "abc/def"],