Module

std/testing/runner.ts

Deno standard library
Go to Latest
import * as mod from "https://dotland.deno.dev/std@0.36.0/testing/runner.ts";

Functions

Given a list of globs or URLs to include and exclude and a root directory from which to expand relative globs, yield a list of URLs (file: or remote) that should be imported for the test runner.

Import the specified test modules and run their tests as a suite.