* Clean up the `LFrame` stack between tests.
()
| 44 | * Clean up the `LFrame` stack between tests. |
| 45 | */ |
| 46 | static cleanUp() { |
| 47 | while (!specOnlyIsInstructionStateEmpty()) { |
| 48 | leaveView(); |
| 49 | } |
| 50 | } |
| 51 | |
| 52 | private createFn?: () => void; |
| 53 |
nothing calls this directly
no test coverage detected