fix: Add missing 808-hihat-open and fix test counts #110
ci.yml
on: push
Lint
30s
Unit Tests
39s
Integration Tests
34s
Build
23s
E2E Tests
3m 59s
Annotations
3 errors and 3 warnings
|
Unit Tests
Process completed with exit code 1.
|
|
src/audio/engine-sampled.test.ts > Sampled Instrument Identification > piano is the only sampled instrument:
app/src/audio/engine-sampled.test.ts#L145
AssertionError: expected [ 'piano', '808-kick', …(11) ] to deeply equal [ 'piano' ]
- Expected
+ Received
[
"piano",
+ "808-kick",
+ "808-snare",
+ "808-hihat-closed",
+ "808-hihat-open",
+ "808-clap",
+ "acoustic-kick",
+ "acoustic-snare",
+ "acoustic-hihat-closed",
+ "acoustic-hihat-open",
+ "acoustic-ride",
+ "finger-bass",
+ "vinyl-crackle",
]
❯ src/audio/engine-sampled.test.ts:145:33
|
|
E2E Tests
Process completed with exit code 1.
|
|
Lint:
app/src/state/grid.tsx#L27
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
app/src/state/grid.tsx#L6
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
E2E Tests
No files were found with the provided path: app/playwright-report/. No artifacts will be uploaded.
|