jest-useragent-mock
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -1,3 +0,3 @@ | ||
export declare function mockUserAgent(userAgent: string): void; | ||
export declare function mockUserAgent(userAgent?: string | null): void; | ||
export declare function clear(): void; |
{ | ||
"name": "jest-useragent-mock", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Mock `navigator.userAgent` when run unit test cases with jest.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
87042