mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-02 23:08:14 +00:00
fix: incorrect test
This commit is contained in:
parent
82bd08d14a
commit
610b04406f
2 changed files with 3 additions and 3 deletions
quartz/util
|
@ -83,7 +83,7 @@ describe("transforms", () => {
|
|||
test("simplifySlug", () => {
|
||||
asserts(
|
||||
[
|
||||
["index", ""],
|
||||
["index", "/"],
|
||||
["abc", "abc"],
|
||||
["abc/index", "abc/"],
|
||||
["abc/def", "abc/def"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue