UNPKG

@magento/pwa-buildpack

Version:

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

8 lines (7 loc) 180 B
module.exports = { configuredDomains: jest.fn().mockReturnValue([]), certificateFor: jest.fn().mockReturnValue({ key: 'fakekey', cert: 'fakecert' }) };