| 1 | import { describe, expect, it } from 'vitest'; |
| 2 | import { XmlDocument } from '@coderline/alphatab/xml/XmlDocument'; |
| 3 | import { XmlNode, XmlNodeType } from '@coderline/alphatab/xml/XmlNode'; |
| 4 | describe('XmlWriteTest', () => { |
nothing calls this directly
no test coverage detected