mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Jasmine: removed constructor definition in Reporter interface
This commit is contained in:
Vendored
-1
@@ -187,7 +187,6 @@ declare module jasmine {
|
||||
}
|
||||
|
||||
interface Reporter {
|
||||
new ():any;
|
||||
reportRunnerStarting(runner:any):any;
|
||||
reportRunnerResults(runner:any):any;
|
||||
reportSuiteResults(suite:any):any;
|
||||
|
||||
Reference in New Issue
Block a user