| 1 | import anyTest, { TestFn } from 'ava'; |
| 2 | import { Element } from '../../worker-thread/dom/Element.js'; |
| 3 | import { Text } from '../../worker-thread/dom/Text.js'; |
| 4 | import { createTestingDocument } from '../DocumentCreation.js'; |
nothing calls this directly
no test coverage detected