fix: incorrect test

This commit is contained in:
Jacky Zhao
2023-12-02 16:52:44 -08:00
parent 24681b9b10
commit f878c8c2f6
2 changed files with 3 additions and 3 deletions

View File

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