I’m attempting to run an npm package that acts as a test runner using Deno. I’ve followed the official Deno npm integration guide https://docs.deno.com/examples/npm/, but I’m struggling to get the configuration correctly.
The test runner is designed for Node.js, and while Deno now supports npm packages, I’m not sure if there’s a specific way to run test tools built for Node.js in Deno directly.
I’d appreciate any advice on how to set this up or any adjustments needed to get it configured. Thanks in advance!
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.