interface TestSuiteimport { type TestSuite } from "https://deno.land/std@0.158.0/testing/bdd.ts"; A group of tests. Type ParametersTPropertiessymbol: symbolimport TestSuiteimport { TestSuite } from "https://deno.land/std@0.158.0/testing/bdd.ts"; A BDD interface to Deno.test() API.