Skip to content

fix(player): Added missing workflows to show/hide captions correctly … #15

fix(player): Added missing workflows to show/hide captions correctly …

fix(player): Added missing workflows to show/hide captions correctly … #15

Triggered via push May 12, 2024 15:30
Status Success
Total duration 1m 20s
Artifacts

coveralls.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors
test
Cannot redeclare block-scoped variable 'expect'.
test
Cannot redeclare block-scoped variable 'expect'.
test
Subsequent variable declarations must have the same type. Variable 'beforeEach' must be of type 'Lifecycle', but here has type 'HookFunction'.
test
Subsequent variable declarations must have the same type. Variable 'afterEach' must be of type 'Lifecycle', but here has type 'HookFunction'.
test
Subsequent variable declarations must have the same type. Variable 'describe' must be of type 'Describe', but here has type 'SuiteFunction'.
test
Subsequent variable declarations must have the same type. Variable 'xdescribe' must be of type 'Describe', but here has type 'PendingSuiteFunction'.
test
Subsequent variable declarations must have the same type. Variable 'it' must be of type 'It', but here has type 'TestFunction'.
test
Subsequent variable declarations must have the same type. Variable 'test' must be of type 'It', but here has type 'TestFunction'.
test
Subsequent variable declarations must have the same type. Variable 'xit' must be of type 'It', but here has type 'PendingTestFunction'.