Files
2019-09-19 15:40:31 +03:00

5 lines
162 B
TypeScript

// Our unit test will set this function and expect it to be set as a handler on a View in the XML.
export interface ITestEvent {
test: (args: any) => void;
}