| 1 | /* global AFRAME, assert, sinon, setup, suite, teardown, test, HTMLElement */ |
| 2 | import { AEntity } from 'core/a-entity.js'; |
| 3 | import { ANode } from 'core/a-node.js'; |
| 4 | import { extend } from 'utils/index.js'; |
nothing calls this directly
no test coverage detected