function oak.testing.createMockNextimport { oak } from "https://deno.land/x/hex@0.5.15/src/service/deps.ts"; const { createMockNext } = oak.testing; createMockNext()Creates a mock next() function which can be used when calling middleware.