babel-plugin-tester / src/serializers/unstring-snapshot / unstringSnapshotSerializer
constunstringSnapshotSerializer:SnapshotSerializer
Defined in: src/serializers/unstring-snapshot.ts:14
If you're using jest and snapshots, then the snapshot output could have a
bunch of bothersome \" to escape quotes because when Jest serializes a
string, it will wrap everything in double quotes.
This snapshot serializer removes these quotes.