Skip to main content
Go to Latest
function findTestModules
import { findTestModules } from "https://deno.land/std@0.34.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>