Fix tests

This commit is contained in:
Daniel Imms
2018-10-12 09:02:03 -07:00
parent a0250c5cea
commit 19f6c0a940
+1 -1
View File
@@ -121,7 +121,7 @@ export class MockTerminal implements ITerminal {
handler(data: string): void {
throw new Error('Method not implemented.');
}
on(event: string, callback: () => void): void {
on(event: string, callback: (...args: any[]) => void): void {
throw new Error('Method not implemented.');
}
off(type: string, listener: XtermListener): void {