Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit c919c8e

Browse files
committed
fmt
1 parent 6ed05fb commit c919c8e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@
4343
]
4444
}
4545
}
46-
}
46+
}

import_map.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
"solid-js/web": "https://esm.sh/v110/solid-js@1.5.5/web",
2525
"solid-refresh": "https://esm.sh/v110/solid-refresh@0.4.1"
2626
}
27-
}
27+
}

server/mock.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ type MockServerOptions = {
2424
*
2525
* Deno.test(async () => {
2626
* const api = new MockServer({
27-
* routeGlob: "./routes/**\/*.ts"
27+
* router: {
28+
* glob: "./routes/**\/*.ts",
29+
* },
2830
* });
2931
* const res = await api.fetch("/users?page=1&limit=10");
3032
* assertEquals(res.status, 200);

0 commit comments

Comments
 (0)