Updated parameter names in context class to match MDN parameter names #260
Annotations
8 errors and 1 warning
build (16.x):
node_modules/@types/mocha/index.d.ts#L1
Subsequent variable declarations must have the same type. Variable 'beforeEach' must be of type 'Lifecycle', but here has type 'HookFunction'.
|
build (16.x):
node_modules/@types/mocha/index.d.ts#L1
Subsequent variable declarations must have the same type. Variable 'afterEach' must be of type 'Lifecycle', but here has type 'HookFunction'.
|
build (16.x):
node_modules/@types/mocha/index.d.ts#L1
Subsequent variable declarations must have the same type. Variable 'describe' must be of type 'Describe', but here has type 'SuiteFunction'.
|
build (16.x):
node_modules/@types/mocha/index.d.ts#L1
Subsequent variable declarations must have the same type. Variable 'xdescribe' must be of type 'Describe', but here has type 'PendingSuiteFunction'.
|
build (16.x):
node_modules/@types/mocha/index.d.ts#L1
Subsequent variable declarations must have the same type. Variable 'it' must be of type 'It', but here has type 'TestFunction'.
|
build (16.x):
node_modules/@types/mocha/index.d.ts#L1
Subsequent variable declarations must have the same type. Variable 'test' must be of type 'It', but here has type 'TestFunction'.
|
build (16.x):
node_modules/@types/mocha/index.d.ts#L1
Subsequent variable declarations must have the same type. Variable 'xit' must be of type 'It', but here has type 'PendingTestFunction'.
|
build (16.x)
Process completed with exit code 1.
|
build (16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|