UNPKG

babel-preset-test-bundled-dependencies

Version:

Allow custom config for create-react-app without ejecting

8 lines (5 loc) 155 B
'use strict'; const ESCAPED_CHARACTERS = /(\\|\"|\')/g; module.exports = function printString(val) { return val.replace(ESCAPED_CHARACTERS, '\\$1'); }