Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@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
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 0 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.