Skip to main content
Home

@cross/test@0.0.10
Built and signed on GitHub Actions

Write cross-runtime tests utilizing the built-in test runners of Deno, Node and Bun. Works great with @std/assert and Sinon.

This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
100%
Published
10 months ago (0.0.10)

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@cross/test

Import symbol

import { test } from "@cross/test";
or

Import directly with a jsr specifier

import { test } from "jsr:@cross/test";

Add Package

pnpm i jsr:@cross/test
or (using pnpm 10.8 or older)
pnpm dlx jsr add @cross/test

Import symbol

import { test } from "@cross/test";

Add Package

yarn add jsr:@cross/test
or (using Yarn 4.8 or older)
yarn dlx jsr add @cross/test

Import symbol

import { test } from "@cross/test";

Add Package

vlt install jsr:@cross/test

Import symbol

import { test } from "@cross/test";

Add Package

npx jsr add @cross/test

Import symbol

import { test } from "@cross/test";

Add Package

bunx jsr add @cross/test

Import symbol

import { test } from "@cross/test";