@types/find-test-names
Advanced tools
@@ -1,2 +0,2 @@ | ||
| // Type definitions for find-test-names 1.17 | ||
| // Type definitions for find-test-names 1.21 | ||
| // Project: https://github.com/bahmutov/find-test-names | ||
@@ -128,2 +128,14 @@ // Definitions by: Piotr Błażejewicz <https://github.com/peterblazejewicz> | ||
| export function filterByEffectiveTags(structure: string | Structure, tags: string[]): Test[]; | ||
| /** | ||
| * Returns a single object with full test titles as keys. | ||
| */ | ||
| export function findEffectiveTestTags(source: string): Record<string, Tags>; | ||
| /** | ||
| * Reads the source code of the given spec file from disk | ||
| * and finds all tests and their effective tags. | ||
| */ | ||
| export function findEffectiveTestTagsIn(specFilename: string): ReturnType<typeof findEffectiveTestTags>; | ||
| export { formatTestList }; |
| { | ||
| "name": "@types/find-test-names", | ||
| "version": "1.17.0", | ||
| "version": "1.21.0", | ||
| "description": "TypeScript definitions for find-test-names", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/find-test-names", | ||
| "dependencies": {}, | ||
| "typesPublisherContentHash": "b996b990c9890fb1f46b5e3e7607de9479a25eb2296736901a8c18d7cda5bd42", | ||
| "typeScriptVersion": "3.9" | ||
| "typesPublisherContentHash": "28a43d5ad3262e1a56b82104387facae0f58386e7805085c6fe733de6eb7a19c", | ||
| "typeScriptVersion": "4.1" | ||
| } |
@@ -11,3 +11,3 @@ # Installation | ||
| ### Additional Details | ||
| * Last updated: Sat, 16 Apr 2022 19:01:18 GMT | ||
| * Last updated: Fri, 04 Nov 2022 20:32:56 GMT | ||
| * Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
6454
6.01%131
7.38%