| 1 | import { defineComponent, h, nextTick, ref } from 'vue' |
| 2 | import { mathmlNS, nodeOps, svgNS } from '../src/nodeOps' |
| 3 | import { render } from '@vue/runtime-dom' |
| 4 | describe('runtime-dom: node-ops', () => { |
nothing calls this directly
no test coverage detected