@types/karma
Advanced tools
Comparing version 1.7.2 to 1.7.3
// Type definitions for karma 1.7 | ||
// Project: https://github.com/karma-runner/karma | ||
// Definitions by: Tanguy Krotoff <https://github.com/tkrotoff> | ||
// James Garbutt <https://github.com/43081j> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -417,2 +418,15 @@ // TypeScript Version: 2.3 | ||
captureConsole?: boolean; | ||
/** | ||
* @default false | ||
* @description Run the tests on the same window as the client, without using iframe or a new window | ||
*/ | ||
runInParent?: boolean; | ||
/** | ||
* @default true | ||
* @description Clear the context window | ||
* If true, Karma clears the context window upon the completion of running the tests. | ||
* If false, Karma does not clear the context window upon the completion of running the tests. | ||
* Setting this to false is useful when embedding a Jasmine Spec Runner Template. | ||
*/ | ||
clearContext?: boolean; | ||
} | ||
@@ -419,0 +433,0 @@ |
{ | ||
"name": "@types/karma", | ||
"version": "1.7.2", | ||
"version": "1.7.3", | ||
"description": "TypeScript definitions for karma", | ||
@@ -11,2 +11,7 @@ "license": "MIT", | ||
"githubUsername": "tkrotoff" | ||
}, | ||
{ | ||
"name": "James Garbutt", | ||
"url": "https://github.com/43081j", | ||
"githubUsername": "43081j" | ||
} | ||
@@ -24,4 +29,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "6eadb2adca97a6be1098e335a880a2569fb1f6849b20caad6d0038eb0e576b63", | ||
"typesPublisherContentHash": "0617864b0116806d3058f1edb6d118491d75d3dad17d85ca81d7e4677e6fa047", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 09 Nov 2017 08:43:08 GMT | ||
* Last updated: Thu, 28 Dec 2017 00:36:00 GMT | ||
* Dependencies: bluebird, https, node | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Tanguy Krotoff <https://github.com/tkrotoff>. | ||
These definitions were written by Tanguy Krotoff <https://github.com/tkrotoff>, James Garbutt <https://github.com/43081j>. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20649
440