Fix test logging for Windows

This commit is contained in:
Ilya Goncharov
2019-10-04 13:55:20 +03:00
parent f950a0246c
commit d2c2128aad
3 changed files with 29 additions and 8 deletions
+5 -1
View File
@@ -7,6 +7,10 @@ interface Window {
__karma__: {
config: {
args: string[]
}
},
result: (result: BrowserResult) => void
}
}
interface BrowserResult {
}