Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/std/testing/mod.ts>runTests

A modern runtime for JavaScript and TypeScript.
Go to Latest
function runTests
Re-export
import { runTests } from "https://deno.land/x/deno@v0.28.0/std/testing/mod.ts";

Runs specified test cases. Parallel execution can be enabled via the boolean option; default: serial.

Parameters

optional
unnamed 0: RunTestsOptions = [UNSUPPORTED]

Returns

Promise<void>