@kablamo/kerosene-test
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -9,2 +9,2 @@ export declare type TypedPropertyDescriptorMap<T> = { | ||
*/ | ||
export declare function stubProperties<T>(target: T, properties: TypedPropertyDescriptorMap<T> & ThisType<T>): () => void; | ||
export default function stubProperties<T>(target: T, properties: TypedPropertyDescriptorMap<T> & ThisType<T>): () => void; |
@@ -18,2 +18,2 @@ "use strict"; | ||
} | ||
exports.stubProperties = stubProperties; | ||
exports.default = stubProperties; |
{ | ||
"name": "@kablamo/kerosene-test", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"repository": { | ||
@@ -48,3 +48,2 @@ "type": "git", | ||
"dependencies": { | ||
"@types/jest": "^24.0.14", | ||
"@types/lodash": "^4.14.134", | ||
@@ -51,0 +50,0 @@ "@types/sinon": "^7.0.13", |
# 🔥 Kerosene-test | ||
`@kablamo/kerosene-test` is not yet available on npm. | ||
``` | ||
yarn add --dev @kablamo/kerosene-test | ||
npm install --save-dev @kablamo/kerosene-test | ||
``` | ||
## Available Functions | ||
@@ -6,0 +10,0 @@ |
export type TypedPropertyDescriptorMap<T> = { | ||
[P in keyof T]?: TypedPropertyDescriptor<T[P]> | ||
[P in keyof T]?: TypedPropertyDescriptor<T[P]>; | ||
}; | ||
@@ -10,3 +10,3 @@ | ||
*/ | ||
export function stubProperties<T>( | ||
export default function stubProperties<T>( | ||
target: T, | ||
@@ -13,0 +13,0 @@ properties: TypedPropertyDescriptorMap<T> & ThisType<T>, |
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
19849
6
56
- Removed@types/jest@^24.0.14
- Removed@jest/types@24.9.0(transitive)
- Removed@types/istanbul-lib-coverage@2.0.6(transitive)
- Removed@types/istanbul-lib-report@3.0.3(transitive)
- Removed@types/istanbul-reports@1.1.2(transitive)
- Removed@types/jest@24.9.1(transitive)
- Removed@types/yargs@13.0.12(transitive)
- Removed@types/yargs-parser@21.0.3(transitive)
- Removedansi-regex@4.1.1(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedchalk@2.4.2(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removeddiff-sequences@24.9.0(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedjest-diff@24.9.0(transitive)
- Removedjest-get-type@24.9.0(transitive)
- Removedpretty-format@24.9.0(transitive)