()
| 196 | |
| 197 | let oldOptions = null; |
| 198 | export function clearOptions() { |
| 199 | oldOptions = assign({}, options); |
| 200 | delete options.vnode; |
| 201 | delete options.diffed; |
| 202 | delete options.unmount; |
| 203 | delete options._diff; |
| 204 | } |
| 205 | |
| 206 | /** |
| 207 | * Teardown test environment and reset preact's internal state |
nothing calls this directly
no test coverage detected
searching dependent graphs…