Skip to content

Release 2.14.4

Release 2.14.4 #18

Triggered via push May 22, 2024 00:13
Status Success
Total duration 57s
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'.