UNPKG

@magento/pwa-buildpack

Version:

Build/Layout optimization tooling and Peregrine framework adapters for the Magento PWA

7 lines (6 loc) 201 B
const middleware = jest.fn(); const hastily = (module.exports = { imageopto: jest.fn().mockReturnValue(middleware), hasSupportedExtension: () => true }); hastily.__mockMiddleware = middleware;