
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@kablamo/kerosene-test
Advanced tools
yarn add --dev @kablamo/kerosene-test
npm install --save-dev @kablamo/kerosene-test
createStubComponent(displayName, functional?, getRenderProps?, transformRenderProps?)
Creates a StubComponent for unit testing.
createStubContext(displayName, getter?)
Creates a stub React Context for unit testing.
createQueryObserverBaseResult(queryKey?)
Creates a fake query observer result useful for mocking React Query.
createQueryObserverSuccessResult(data, queryKey?)
Creates a fake query observer success result useful for mocking React Query.
createQueryObserverRefetchErrorResult(data, error, queryKey?)
Creates a fake query observer refetch error result useful for mocking React Query.
createQueryObserverLoadingErrorResult(error, queryKey?)
Creates a fake query observer loading error result useful for mocking React Query.
createQueryObserverLoadingResult(queryKey?)
Creates a fake query observer loading result useful for mocking React Query.
createStubStyles(classNames, values?)
Returns an object mapping local classNames to faked global equivalents along with any exported values.
stubProperties(target, properties)
Stubs properties
on the target
object, and returns a function which restores them to their original values.
JestMock<T>
Shorthand for jest.Mock<OverloadedReturnType<T>, OverloadedParameters<T>> & T;
.
JestSpied<T>
Shorthand for jest.SpyInstance<OverloadedReturnType<T>, OverloadedParameters<T>> & T;
.
SinonSpied<T>
Shorthand for sinon.SinonSpy<OverloadedParameters<T>, OverloadedReturnType<T>> & T;
.
SinonStubbed<T>
Shorthand for sinon.SinonStub<OverloadedParameters<T>, OverloadedReturnType<T>> & T;
.
kablamo.com.au
FAQs
``` yarn add --dev @kablamo/kerosene-test
The npm package @kablamo/kerosene-test receives a total of 331 weekly downloads. As such, @kablamo/kerosene-test popularity was classified as not popular.
We found that @kablamo/kerosene-test demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.