Skip to content

Commit 3055335

Browse files
fix: add missing sample.wav test file for decoder-audio integration tests (#131)
- Update .gitignore to allow sample.wav (previously all .wav files were ignored) - Add sample.wav test file required by integration tests The integration tests expect sample.wav to test WAV format decoding, but it was excluded by gitignore rules during monorepo migration.
1 parent 3bd5b19 commit 3055335

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

packages/qvac-lib-decoder-audio/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ coverage
99
# Generated example outputs
1010
example/*.raw
1111
example/*.wav
12+
!example/sample.wav
1.84 MB
Binary file not shown.

0 commit comments

Comments
 (0)