Add test timeouts #64
Annotations
10 warnings
Run ESLint on changed files:
src/lib/grandExchange.ts#L180
Unexpected value in conditional. A boolean expression is required
|
Run ESLint on changed files:
src/lib/grandExchange.ts#L284
Unexpected number value in conditional. An explicit zero/NaN check is required
|
Run ESLint on changed files:
src/lib/grandExchange.ts#L289
Unexpected number value in conditional. An explicit zero/NaN check is required
|
Run ESLint on changed files:
src/lib/grandExchange.ts#L627
Unexpected number value in conditional. An explicit zero/NaN check is required
|
Run ESLint on changed files:
src/lib/grandExchange.ts#L859
Unexpected object value in conditional. The condition is always true
|
Run ESLint on changed files:
src/lib/util/smallUtils.ts#L60
'time' is already declared in the upper scope on line 7 column 63
|
Run ESLint on changed files:
src/lib/util/smallUtils.ts#L243
Unexpected number value in conditional. An explicit zero/NaN check is required
|
Run ESLint on changed files:
tests/integration/grandExchange.test.ts#L75
Comparing to itself is potentially pointless
|
Run ESLint on changed files:
tests/integration/grandExchange.test.ts#L100
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Run ESLint on changed files:
tests/integration/util.ts#L106
Unexpected object value in conditional. The condition is always true
|
Loading