Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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[];
}

§Properties

§
testCases?: TestCase[]
[src]

Collection of test cases associated with the TestSuite.