Skip to content
GitHub Actions / Lint failed Jan 12, 2024 in 0s

Errors 1, Warnings 0

Found 1 errors and 0 warnings

Annotations

Check failure on line 11 in packages/keto/integration/test/client-read.test.ts

See this annotation in the file changed.

@github-actions github-actions / Lint

(@typescript-eslint/no-unused-vars): 'log' is defined but never used.

'log' is defined but never used.
Raw output
   8 |
   9 | import request                   from 'supertest'
> 10 | import { log }                   from 'testcontainers'
     |          ^
  11 | import { Network }               from 'testcontainers'
  12 | import { Wait }                  from 'testcontainers'
  13 | import { StartedTestContainer }  from 'testcontainers'