UNPKG

@magento/pwa-buildpack

Version:

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

9 lines (8 loc) 241 B
// don't actually word wrap, it messes with tests since the autodetect is // system-dependent const wordWrap = jest.requireActual('word-wrap'); module.exports = (str, opts) => wordWrap(str, { ...opts, width: 1000 });