fix: incorrect test
This commit is contained in:
		@@ -83,7 +83,7 @@ describe("transforms", () => {
 | 
			
		||||
  test("simplifySlug", () => {
 | 
			
		||||
    asserts(
 | 
			
		||||
      [
 | 
			
		||||
        ["index", ""],
 | 
			
		||||
        ["index", "/"],
 | 
			
		||||
        ["abc", "abc"],
 | 
			
		||||
        ["abc/index", "abc/"],
 | 
			
		||||
        ["abc/def", "abc/def"],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user