| 1 | /* eslint-disable no-var */ |
| 2 | |
| 3 | // Browser shim: tests written for jsdom/Jest reference `global.X` to access the |
| 4 | // helpers attached in this file. In a real browser there is no `global` — alias |
nothing calls this directly
no test coverage detected