jest-util
Advanced tools
Comparing version 28.0.0-alpha.1 to 28.0.0-alpha.2
@@ -21,3 +21,3 @@ /** | ||
export declare function createDirectory(path: Config.Path): void; | ||
export declare function createDirectory(path: string): void; | ||
@@ -66,3 +66,3 @@ export declare function deepCyclicCopy<T>( | ||
*/ | ||
export declare function globsToMatcher(globs: Array<Config.Glob>): Matcher; | ||
export declare function globsToMatcher(globs: Array<string>): Matcher; | ||
@@ -89,3 +89,3 @@ declare const ICONS: { | ||
declare type Matcher = (str: Config.Path) => boolean; | ||
declare type Matcher = (str: string) => boolean; | ||
@@ -103,6 +103,6 @@ export declare function pluralize(word: string, count: number): string; | ||
export declare function replacePathSepForGlob(path: Config.Path): Config.Glob; | ||
export declare function replacePathSepForGlob(path: string): string; | ||
export declare function requireOrImportModule<T>( | ||
filePath: Config.Path, | ||
filePath: string, | ||
applyInteropRequireDefault?: boolean, | ||
@@ -126,4 +126,4 @@ ): Promise<T>; | ||
export declare function tryRealpath(path: Config.Path): Config.Path; | ||
export declare function tryRealpath(path: string): string; | ||
export {}; |
{ | ||
"name": "jest-util", | ||
"version": "28.0.0-alpha.1", | ||
"version": "28.0.0-alpha.2", | ||
"repository": { | ||
@@ -20,3 +20,3 @@ "type": "git", | ||
"dependencies": { | ||
"@jest/types": "^28.0.0-alpha.1", | ||
"@jest/types": "^28.0.0-alpha.2", | ||
"@types/node": "*", | ||
@@ -39,3 +39,3 @@ "chalk": "^4.0.0", | ||
}, | ||
"gitHead": "d30164dde1847166fa0faec98d20abffd85e6ffd" | ||
"gitHead": "694d6bfea56f9cb49d0c7309cdbfff032da198c2" | ||
} |
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
36336
Updated@jest/types@^28.0.0-alpha.2