This package shims popular features from other test runners. The goal is to use
this as a compatibility layer to make it easy to switch to deno test
.
MIT
Add Package
deno add jsr:@marvinh/test-shims
Import symbol
import * as test_shims from "@marvinh/test-shims";
---- OR ----
Import directly with a jsr specifier
import * as test_shims from "jsr:@marvinh/test-shims";
Add Package
npx jsr add @marvinh/test-shims
Import symbol
import * as test_shims from "@marvinh/test-shims";
Add Package
yarn dlx jsr add @marvinh/test-shims
Import symbol
import * as test_shims from "@marvinh/test-shims";
Add Package
pnpm dlx jsr add @marvinh/test-shims
Import symbol
import * as test_shims from "@marvinh/test-shims";
Add Package
bunx jsr add @marvinh/test-shims
Import symbol
import * as test_shims from "@marvinh/test-shims";