| 1 | /* global AFRAME, assert, suite, teardown, test, setup, sinon, HTMLElement, HTMLHeadElement */ |
| 2 | import { components, registerComponent, registrationOrderWarnings } from 'core/component.js'; |
| 3 | import { debug } from 'utils/index.js'; |
| 4 | import * as helpers from '../helpers.js'; |
nothing calls this directly
no test coverage detected