AssertSnapshotOptions

sealed external interface AssertSnapshotOptions(source)

Properties

Link copied to clipboard
abstract var serializers: ReadonlyArray<(value: Any?) -> Any?>?

An array of synchronous functions used to serialize value into a string. value is passed as the only argument to the first serializer function. The return value of each serializer is passed as input to the next serializer. Once all serializers have run, the resulting value is coerced to a string.