Skip to main content
Module

std/testing/runner.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.34.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.