feat: string repeat function #388
Annotations
8 errors and 1 warning
Run yarn build:
node_modules/@types/mocha/index.d.ts#L2639
Subsequent variable declarations must have the same type. Variable 'beforeEach' must be of type 'Lifecycle', but here has type 'HookFunction'.
|
Run yarn build:
node_modules/@types/mocha/index.d.ts#L2657
Subsequent variable declarations must have the same type. Variable 'afterEach' must be of type 'Lifecycle', but here has type 'HookFunction'.
|
Run yarn build:
node_modules/@types/mocha/index.d.ts#L2673
Subsequent variable declarations must have the same type. Variable 'describe' must be of type 'Describe', but here has type 'SuiteFunction'.
|
Run yarn build:
node_modules/@types/mocha/index.d.ts#L2694
Subsequent variable declarations must have the same type. Variable 'xdescribe' must be of type 'Describe', but here has type 'PendingSuiteFunction'.
|
Run yarn build:
node_modules/@types/mocha/index.d.ts#L2708
Subsequent variable declarations must have the same type. Variable 'it' must be of type 'It', but here has type 'TestFunction'.
|
Run yarn build:
node_modules/@types/mocha/index.d.ts#L2722
Subsequent variable declarations must have the same type. Variable 'test' must be of type 'It', but here has type 'TestFunction'.
|
Run yarn build:
node_modules/@types/mocha/index.d.ts#L2729
Subsequent variable declarations must have the same type. Variable 'xit' must be of type 'It', but here has type 'PendingTestFunction'.
|
Run yarn build
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading