worker mock for tests
TypeScript definitions for service-worker-mock
Service Worker Mock ========================= A mock service worker environment generator.
Mocks for the Cloudflare Worker API
Seamless REST/GraphQL API mocking library for browser and Node.js.
Service Worker Mock ========================= A mock service worker environment generator.
Cloudflare Worker Mock ========================= A fork of [Pinterest's mock service worker environment generator](https://npmjs.com/package/service-worker-mock) with support for cloudflare worker APIs.
No description provided.
No description provided.
Service Worker Mock ========================= A mock service worker environment generator.
Adds fetch() mocking to Storybook.js using fetch-mock
Low-level HTTP/HTTPS/XHR/fetch request interception library.
<!-- automd:badges color=yellow -->
Easy and powerful mocking of AWS SDK v3 Clients
Mock a canvas in your jest tests.
Axios adapter that allows to easily mock requests
Consistent Web Workers in browser and Node.
Type safe mocking extensions for jest
A Mock API for AWS Kinesis
Utilities for executing code in Web Workers
The worker which is used by the worker-timers package.
Spawn an [Express](https://expressjs.com) server from your [Mock Service Worker](https://github.com/mswjs/msw) request handlers or apply them to an existing server using a middleware.
A fast, efficient Node.js Worker Thread Pool implementation
Type safe mocking extensions for vitest, forked from jest-mock-extended
iron_cuke provides a set of steps and Cucumber world objects you can use to simulate IronWorker while running cucumber tests.
Enhances the ActionMailer Previews introduced in 4.1 by automatically creating ActionMailer Previews at runtime in development mode. See automatic previews of your ActionMailer emails, with no extra effort or mock data. Install the action_mailer_auto_previews gem into your :development group, and it'll 'just work' with sensible defaults. Each ActionMailer email object that has .deliver or .deliver_later called will automatically launch your default browser right to a ActionMailer Preview page with the real data passed to that email. Flexible options allow you to alter this behavior as well. Warning: Since this is dynamically creating Ruby classes/methods, you will want to make sure your web-server is single threaded. For example, if you're using Puma, be sure to set the `workers` configuration parameter to 1.