firebase-functions-test
Version:
A testing companion to firebase-functions.
5 lines (4 loc) • 305 B
TypeScript
import { MockCloudEventAbstractFactory } from '../../types';
import { CloudEvent } from 'firebase-functions/v2';
import { TestMatrixCompletedData } from 'firebase-functions/v2/testLab';
export declare const testLabOnTestMatrixCompleted: MockCloudEventAbstractFactory<CloudEvent<TestMatrixCompletedData>>;