🚀 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.14.0
to
1.17.0
+14
-1
find-test-names/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for find-test-names 1.14
// Type definitions for find-test-names 1.17
// Project: https://github.com/bahmutov/find-test-names

@@ -115,2 +115,15 @@ // Definitions by: Piotr Błażejewicz <https://github.com/peterblazejewicz>

export function setParentSuite(structure: Structure): void;
/**
* Visits each test and counts its tags and its parents' tags
* to compute the "effective" tags list.
* @param structure
*/
export function setEffectiveTags(structure: Structure): Structure;
/**
* Visits each individual test in the structure and checks if it
* has any effective tags from the given list.
* @param structure
* @param tags
*/
export function filterByEffectiveTags(structure: string | Structure, tags: string[]): Test[];
export { formatTestList };
+3
-3
{
"name": "@types/find-test-names",
"version": "1.14.0",
"version": "1.17.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": "191e2ab60110c91344d83d213e52c1ad2ac1e1c4d6471f3e5914ddc6db0865c7",
"typeScriptVersion": "3.8"
"typesPublisherContentHash": "b996b990c9890fb1f46b5e3e7607de9479a25eb2296736901a8c18d7cda5bd42",
"typeScriptVersion": "3.9"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 19 Jan 2022 20:02:17 GMT
* Last updated: Sat, 16 Apr 2022 19:01:18 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none