| 1 | import { describe, expect, it } from 'vitest'; |
| 2 | import { AccidentalType } from '@coderline/alphatab/model/AccidentalType'; |
| 3 | import { KeySignature } from '@coderline/alphatab/model/KeySignature'; |
| 4 | import { ModelUtils } from '@coderline/alphatab/model/ModelUtils'; |
nothing calls this directly
no test coverage detected