MCPcopy Create free account
hub / github.com/firebase/firebase-tools / createBasicTest

Function createBasicTest

src/apptesting/parseTestFiles.spec.ts:182–189  ·  view source on GitHub ↗
(displayNames: string[])

Source from the content-addressed store, hash-verified

180
181 describe("filtering", () => {
182 function createBasicTest(displayNames: string[]) {
183 return stringify({
184 tests: displayNames.map((displayName) => ({
185 displayName,
186 steps: [{ goal: "do something" }],
187 })),
188 });
189 }
190
191 async function getTestCaseNames(filenameFilter = "", testCaseFilter = "") {
192 const tests = await parseTestFiles(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…