UNPKG

@patternslib/dev

Version:

Development base files for working with Patternslib and add-ons.

10 lines (9 loc) 266 B
// jest-raw-loader compatibility with Jest version 28. // See: https://github.com/keplersj/jest-raw-loader/pull/239 module.exports = { process: (content) => { return { code: "module.exports = " + JSON.stringify(content), }; }, };