function Oak.testing.createMockNextimport { Oak } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts"; const { createMockNext } = Oak.testing; createMockNext()Creates a mock next() function which can be used when calling middleware.