File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- // For ddescribe / iit use : https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/karma-jasmine/karma-jasmine.d.ts
2-
31/**
42 * @deprecated Use {@link jasmine.ImplementationCallback} instead.
53 */
@@ -1044,7 +1042,7 @@ declare namespace jasmine {
10441042 duration : number | null ;
10451043
10461044 /**
1047- * User-supplied properties, if any, that were set using {@link Env.setSpecProperty }
1045+ * User-supplied properties, if any, that were set using {@link Env.setSuiteProperty }
10481046 */
10491047 properties : { [ key : string ] : unknown } | null ;
10501048 }
@@ -1061,6 +1059,11 @@ declare namespace jasmine {
10611059 pendingReason : string ;
10621060
10631061 debugLogs : DebugLogEntry [ ] | null ;
1062+
1063+ /**
1064+ * User-supplied properties, if any, that were set using {@link Env.setSpecProperty}
1065+ */
1066+ properties : { [ key : string ] : unknown } | null ;
10641067 }
10651068
10661069 interface DebugLogEntry {
You can’t perform that action at this time.
0 commit comments