0.12.0 #100
Annotations
5 errors and 1 warning
src/cacophony.test.ts > Playback class > handles seeking correctly:
src/cacophony.test.ts#L276
AssertionError: expected undefined to be 5 // Object.is equality
- Expected:
5
+ Received:
undefined
❯ src/cacophony.test.ts:276:32
|
src/cacophony.test.ts > Playback class > can play after seeking:
src/cacophony.test.ts#L301
TypeError: actual value must be number or bigint, received "undefined"
❯ src/cacophony.test.ts:301:32
|
src/cacophony.test.ts > Playback class > resumes from the correct position after seeking and pausing:
src/cacophony.test.ts#L315
TypeError: actual value must be number or bigint, received "undefined"
❯ src/cacophony.test.ts:315:23
|
src/cacophony.test.ts > Playback class > handles multiple seek operations correctly:
src/cacophony.test.ts#L325
AssertionError: expected undefined to be 4 // Object.is equality
- Expected:
4
+ Received:
undefined
❯ src/cacophony.test.ts:325:32
|
build_release_publish
Process completed with exit code 1.
|
build_release_publish
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|