TestSuite
import type { TestSuite } from "https://googleapis.deno.dev/v1/firebaserules:v1.ts";TestSuite is a collection of TestCase instances that validate the
logical correctness of a Ruleset. The TestSuite may be referenced in-line
within a TestRuleset invocation or as part of a Release object as a
pre-release check.
interface TestSuite {
testCases?: TestCase[];
}