Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoderLine/alphaTab
/ Beat.test.ts
File
Beat.test.ts
packages/alphatab/test/model/Beat.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } from
'vitest'
;
2
import
{ Beat } from
'@coderline/alphatab/model/Beat'
;
3
import
{ Note } from
'@coderline/alphatab/model/Note'
;
4
describe(
'BeatTests'
, () => {
Callers
nothing calls this directly
Calls
5
hasNoteOnString
Method · 0.80
getNoteOnString
Method · 0.80
removeNote
Method · 0.80
addNote
Method · 0.65
toBe
Method · 0.45
Tested by
no test coverage detected