chore: migrate test runner from mocha to jest #877
Annotations
5 errors and 10 warnings
TypeScript Test
The operation was canceled.
|
TypeScript Test:
node_modules/@types/node/fs/promises.d.ts#L238
Type 'Buffer' does not satisfy the constraint 'ArrayBufferView'.
|
TypeScript Test:
node_modules/@types/node/fs/promises.d.ts#L56
Type 'Buffer' does not satisfy the constraint 'ArrayBufferView'.
|
TypeScript Test:
node_modules/@types/node/buffer.d.ts#L632
Interface 'Buffer' incorrectly extends interface 'Uint8Array<ArrayBufferLike>'.
|
|
Lint:
lib/winston/transports/file.js#L361
'options' is already declared in the upper scope on line 246 column 9
|
Lint:
lib/winston/transports/file.js#L300
'buff' is already declared in the upper scope on line 254 column 9
|
Lint:
lib/winston/transports/console.js#L52
Method 'log' has a complexity of 12. Maximum allowed is 11
|
Lint:
lib/winston/transports/console.js#L52
Method 'log' has too many statements (19). Maximum allowed is 15
|
Lint:
lib/winston/tail-file.js#L63
Arrow function has a complexity of 13. Maximum allowed is 11
|
Lint:
lib/winston/tail-file.js#L63
Arrow function has too many statements (30). Maximum allowed is 15
|
Lint:
lib/winston/logger.js#L229
Method 'log' has a complexity of 13. Maximum allowed is 11
|
Lint:
lib/winston/logger.js#L229
Method 'log' has too many statements (27). Maximum allowed is 15
|
Lint:
lib/winston/logger.js#L81
Method 'configure' has a complexity of 19. Maximum allowed is 11
|
Lint:
lib/winston/logger.js#L81
Method 'configure' has too many statements (24). Maximum allowed is 15
|
Loading