Skip to content

WIP

WIP #15

Triggered via push May 21, 2024 10:19
Status Failure
Total duration 57s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors
src/lib/ffmpeg.test.ts > parseSilenceDetectReport > works: src/lib/ffmpeg.test.ts#L275
AssertionError: expected { silence: [ { …(3) }, …(22) ], …(1) } to deeply equal { silence: [ { …(3) }, …(22) ], …(1) } - Expected + Received Object { "silence": Array [ Object { "duration": 0.979048, "end": 1.99524, "start": 1.01619, }, Object { "duration": 0.849546, "end": 90.5158, "start": 89.6662, }, Object { "duration": 0.906236, "end": 121.196, "start": 120.29, }, Object { "duration": 1.26245, "end": 123.181, "start": 121.919, }, Object { "duration": 1.12152, "end": 128.105, "start": 126.983, }, Object { "duration": 0.816145, "end": 214.554, "start": 213.738, }, Object { "duration": 0.881723, "end": 243.614, "start": 242.732, }, Object { "duration": 1.16431, "end": 354.56, "start": 353.396, }, Object { "duration": 0.855465, "end": 411.912, "start": 411.056, }, Object { "duration": 0.802041, "end": 456.23, "start": 455.428, }, Object { "duration": 0.924717, "end": 470.78, "start": 469.856, }, Object { "duration": 1.14896, "end": 473.114, "start": 471.965, }, Object { "duration": 0.886667, "end": 479.699, "start": 478.812, }, Object { "duration": 1.45878, "end": 608.991, "start": 607.532, }, Object { "duration": 1.14118, "end": 692.565, "start": 691.424, }, Object { "duration": 0.947234, "end": 785.197, "start": 784.25, }, Object { "duration": 1.27061, "end": 789.031, "start": 787.761, }, Object { "duration": 1.28701, "end": 819.525, "start": 818.238, }, Object { "duration": 0.876689, "end": 895.06, "start": 894.183, }, Object { "duration": 0.923379, "end": 904.948, "start": 904.024, }, Object { "duration": 0.803583, "end": 956.272, "start": 955.469, }, Object { "duration": 1.36642, "end": 969.457, "start": 968.091, }, Object { "duration": 6.34896, "end": 1158.19, "start": 1151.84, }, ], "sound": Array [ Object { - "duration": 89.6662, + "duration": 1.01619, + "end": 1.01619, + "start": 0, + }, + Object { + "duration": 87.67096000000001, "end": 89.6662, - "start": 0, + "start": 1.99524, }, Object { "duration": 29.774200000000008, "end": 120.29, "start": 90.5158, }, Object { - "duration": 92.542, + "duration": 0.722999999999999, + "end": 121.919, + "start": 121.196, + }, + Object { + "duration": 3.8020000000000067, + "end": 126.983, + "start": 123.181, + }, + Object { + "duration": 85.63300000000001, "end": 213.738, - "start": 121.196, + "start": 128.105, }, Object { "duration": 28.177999999999997, "end": 242.732, "start": 214.554, }, Object { "duration": 109.78200000000001, "end": 353.396, "start": 243.614, }, Object { "duration": 56.49599999999998, "end": 411.056, "start": 354.56, }, Object { "duration": 43.51600000000002, "end": 455.428, "start": 411.912, }, Object { "duration": 13.625999999999976, "end": 469.856, "start": 456.23, }, Object { - "duration": 136.75200000000007, + "duration": 1.1850000000000023, + "end": 471.965, + "start": 470.78, + }, + Object { + "durati
tests
Process completed with exit code 1.