Fix test logging for Windows
This commit is contained in:
+5
-1
@@ -7,6 +7,10 @@ interface Window {
|
||||
__karma__: {
|
||||
config: {
|
||||
args: string[]
|
||||
}
|
||||
},
|
||||
result: (result: BrowserResult) => void
|
||||
}
|
||||
}
|
||||
|
||||
interface BrowserResult {
|
||||
}
|
||||
Reference in New Issue
Block a user