import { TestSuiteInternal } from "https://deno.land/std@0.153.0/testing/_test_suite.ts";
This is used internally to add steps to a test suite.
Parameters
suite: TestSuiteInternal<T>
step: TestSuiteInternal<T> | ItDefinition<T>
import { TestSuiteInternal } from "https://deno.land/std@0.153.0/testing/_test_suite.ts";
This is used internally to add steps to a test suite.