(serializers)
| 53 | } |
| 54 | |
| 55 | function setDefaultSnapshotSerializers(serializers) { |
| 56 | validateFunctionArray(serializers, 'serializers'); |
| 57 | serializerFns = ArrayPrototypeSlice(serializers); |
| 58 | } |
| 59 | |
| 60 | class SnapshotFile { |
| 61 | constructor(snapshotFile) { |
nothing calls this directly
no test coverage detected