newline #3
Annotations
8 errors
node_modules/@types/mocha/index.d.ts#L2651
Subsequent variable declarations must have the same type. Variable 'beforeEach' must be of type 'Lifecycle', but here has type 'HookFunction'.
|
node_modules/@types/mocha/index.d.ts#L2669
Subsequent variable declarations must have the same type. Variable 'afterEach' must be of type 'Lifecycle', but here has type 'HookFunction'.
|
node_modules/@types/mocha/index.d.ts#L2685
Subsequent variable declarations must have the same type. Variable 'describe' must be of type 'Describe', but here has type 'SuiteFunction'.
|
node_modules/@types/mocha/index.d.ts#L2706
Subsequent variable declarations must have the same type. Variable 'xdescribe' must be of type 'Describe', but here has type 'PendingSuiteFunction'.
|
node_modules/@types/mocha/index.d.ts#L2720
Subsequent variable declarations must have the same type. Variable 'it' must be of type 'It', but here has type 'TestFunction'.
|
node_modules/@types/mocha/index.d.ts#L2734
Subsequent variable declarations must have the same type. Variable 'test' must be of type 'It', but here has type 'TestFunction'.
|
node_modules/@types/mocha/index.d.ts#L2741
Subsequent variable declarations must have the same type. Variable 'xit' must be of type 'It', but here has type 'PendingTestFunction'.
|
|
This job failed
Loading