Use Node.js test runner #93
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
|