Is it possible ? I have a monorepo mixing Deno & Node package. I wanted to use only a single testing library like Vitest
If we use vitest as a runner : can't resolve Deno import style like import { generate } from "@std/uuid/unstable-v7";import { generate } from "@std/uuid/unstable-v7"; if we use vitest as a library : error see issue https://github.com/denoland/deno/issues/31302
Version: Deno 2.5.6 I run Deno test with Vitest library and want to test assertType<string> Is it due to Deno or Vitest ? assertType("aaa") => works assertType(uuid()) => erro...
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.