Files
2019-06-20 15:58:36 +03:00

4 lines
161 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;
}