Skip to main content
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function findTestModules
import { findTestModules } from "https://deno.land/std@0.36.0/testing/runner.ts";

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.

Parameters

includeModules: string[]
excludeModules: string[]
optional
root: string = [UNSUPPORTED]

Returns

AsyncIterableIterator<string>