(input, serializers = serializerFns)
| 168 | } |
| 169 | |
| 170 | serializeWithoutEscape(input, serializers = serializerFns) { |
| 171 | try { |
| 172 | return serializeValue(input, serializers); |
| 173 | } catch (err) { |
| 174 | throwSerializationError(input, err); |
| 175 | } |
| 176 | } |
| 177 | |
| 178 | writeSnapshotFiles() { |
| 179 | if (!this.updateSnapshots) { |
no test coverage detected