UNPKG

@shopify/shopify-api

Version:

Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks

8 lines (7 loc) 213 B
// Store request init objects for testing purposes export const mockRequestCapture = { lastRequestInit: undefined as globalThis.RequestInit | undefined, reset() { this.lastRequestInit = undefined; }, };