UNPKG

jest-snapshot-serializer-raw

Version:

jest snapshot serializer for reducing escapes in the snapshot file

8 lines (7 loc) 139 B
function test(value) { return typeof value === 'string'; } function print(value) { return value; } export default { test, print };