test: resolve test #18
Annotations
8 errors and 1 warning
index.ts#L0
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly (@typescript-eslint/prefer-nullish-coalescing)
|
index.ts#L0
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly (@typescript-eslint/strict-boolean-expressions)
|
test/broken.test.ts#L0
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly (@typescript-eslint/prefer-nullish-coalescing)
|
test/broken.test.ts#L0
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly (@typescript-eslint/strict-boolean-expressions)
|
test/broken.test.ts#L4
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 (@typescript-eslint/no-floating-promises)
|
test/pass.test.ts#L0
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly (@typescript-eslint/prefer-nullish-coalescing)
|
test/pass.test.ts#L0
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly (@typescript-eslint/strict-boolean-expressions)
|
test/pass.test.ts#L4
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 (@typescript-eslint/no-floating-promises)
|
CI
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|