Skip to content

Use Node.js test runner #93

Use Node.js test runner

Use Node.js test runner #93

Triggered via pull request October 31, 2023 14:34
Status Success
Total duration 1m 44s
Artifacts

ci-monolib.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test: packages/prettier-bytes/src/prettierBytes.ts#L13
Assignment to function parameter 'num'
test: packages/prettier-bytes/src/prettierBytes.ts#L21
Assignment to function parameter 'num'
test: packages/sort-assembly/src/sortAssembly.ts#L11
The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype
test: packages/sort-assembly/src/sortAssembly.ts#L11
for..in loops iterate over the entire prototype chain, which is virtually never what you want. Use Object.{keys,values,entries}, and iterate over the resulting array
test: packages/sort-assembly/src/sortAssembly.ts#L12
The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype
test: packages/sort-assembly/src/sortAssembly.ts#L12
for..in loops iterate over the entire prototype chain, which is virtually never what you want. Use Object.{keys,values,entries}, and iterate over the resulting array
test: packages/sort-assembly/src/sortAssembly.ts#L19
The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype
test: packages/sort-assembly/src/sortAssembly.ts#L19
for..in loops iterate over the entire prototype chain, which is virtually never what you want. Use Object.{keys,values,entries}, and iterate over the resulting array
test: packages/sort-object/src/sortObject.ts#L6
Assignment to property of function parameter 'result'
test: packages/sort-result-meta/src/sortResultMeta.ts#L5
The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype