🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@types/find-test-names

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/find-test-names - npm Package Compare versions

Comparing version
1.17.0
to
1.21.0
+13
-1
find-test-names/index.d.ts

@@ -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 };
+3
-3
{
"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