()
| 87 | }; |
| 88 | |
| 89 | const getActiveSnapshotState = function () { |
| 90 | const snapshotContext = |
| 91 | activeSnapshotContexts[activeSnapshotContexts.length - 1]; |
| 92 | |
| 93 | return snapshotContext && snapshotContext.perCaseState; |
| 94 | }; |
| 95 | |
| 96 | /** |
| 97 | * Registers per-case snapshot hooks |
no outgoing calls
no test coverage detected