Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoderLine/alphaTab
/ Color.test.ts
File
Color.test.ts
packages/alphatab/test/model/Color.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
{ Color } from
'@coderline/alphatab/model/Color'
;
3
describe(
'ColorTests'
, () => {
4
it(
'fromJson-number'
, () => {
Callers
nothing calls this directly
Calls
2
fromJson
Method · 0.45
toBe
Method · 0.45
Tested by
no test coverage detected