| 1 | import { describe, expect, it } from 'vitest'; |
| 2 | import { Font, FontStyle, FontWeight } from '@coderline/alphatab/model/Font'; |
| 3 | describe('FontTests', () => { |
| 4 | function parseText(text: string, expected: Font) { |
nothing calls this directly
no test coverage detected