chore(tests): enable lint, make it green. (#10224)
This commit is contained in:
@ -91,6 +91,7 @@ export function main() {
|
||||
}
|
||||
|
||||
class FakeEventManagerPlugin extends EventManagerPlugin {
|
||||
/** @internal */
|
||||
_eventHandler = new Map<string, Function>();
|
||||
constructor(public _supports: string[]) { super(); }
|
||||
|
||||
|
Reference in New Issue
Block a user