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