Jacky Zhao
2023-12-19 4c83251f8ed5babad4be239f2f4c2d23233b5098
quartz/util/path.test.ts
@@ -83,7 +83,7 @@
  test("simplifySlug", () => {
    asserts(
      [
        ["index", ""],
        ["index", "/"],
        ["abc", "abc"],
        ["abc/index", "abc/"],
        ["abc/def", "abc/def"],