This commit is contained in:
@@ -4,7 +4,6 @@ import { router } from "../router.ts";
|
||||
Deno.test("simple test", async () => {
|
||||
const res = await router.request("/max/plants/test.json");
|
||||
const json = await res.text();
|
||||
console.log({ json });
|
||||
|
||||
expect(true).toEqual(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user