foobar-maker

Results 2 issues of foobar-maker

Version: Deno 2.5.6 The simpliest example with Fastify **works but prints message** in console `Not implemented: Server.setTimeout()`` main.ts ``` import Fastify, { type FastifyReply, type FastifyRequest } from "fastify"; const...

Version: Deno 2.5.6 I run Deno test with Vitest library and want to test `assertType` Is it due to Deno or Vitest ? assertType("aaa") => works assertType(uuid()) => error PoC...