MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/functions-framework-nodejs / TestData

Interface TestData

test/loader.ts:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21describe('loading function', () => {
22 interface TestData {
23 name: string;
24 codeLocation: string;
25 target: string;
26 }
27
28 const testData: TestData[] = [
29 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected