()
| 58 | |
| 59 | suite('p5.prototype.push and p5.prototype.pop', function() { |
| 60 | function getRenderState() { |
| 61 | return { ...myp5._renderer.states }; |
| 62 | } |
| 63 | |
| 64 | function assertCanPreserveRenderState(work) { |
| 65 | var originalState = getRenderState(); |
no outgoing calls
no test coverage detected