Skip to content

Notebook jest updates #65

Notebook jest updates

Notebook jest updates #65

Triggered via pull request December 21, 2023 22:11
Status Failure
Total duration 4m 20s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 6 warnings
Lint: public/components/notebooks/components/__tests__/notebook.test.tsx#L11
'HttpResponse' is defined but never used
Lint: public/components/notebooks/components/helpers/__tests__/default_parser.test.tsx#L87
'parsedParagraphs1' is assigned a value but never used
Lint: public/components/notebooks/components/helpers/__tests__/default_parser.test.tsx#L90
'parsedParagraphs2' is assigned a value but never used
Lint: public/components/notebooks/components/helpers/__tests__/default_parser.test.tsx#L93
'parsedParagraphs3' is assigned a value but never used
Lint: public/components/notebooks/components/helpers/__tests__/zeppelin_parser.test.tsx#L34
'parsedParagraphs1' is assigned a value but never used
Lint: public/components/notebooks/components/helpers/__tests__/zeppelin_parser.test.tsx#L37
'parsedParagraphs2' is assigned a value but never used
Lint: public/components/notebooks/components/helpers/__tests__/zeppelin_parser.test.tsx#L40
'parsedParagraphs3' is assigned a value but never used
Lint: public/components/notebooks/components/note_table.tsx#L26
'EuiTableFieldDataColumnType' is defined but never used
Lint: public/components/notebooks/components/note_table.tsx#L32
'ReactElement' is defined but never used
Lint: public/components/notebooks/components/note_table.tsx#L34
'ChromeBreadcrumb' is defined but never used
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Lint: public/components/notebooks/components/note_table.tsx#L97
React Hook useEffect has a missing dependency: 'createNote'. Either include it or remove the dependency array
Lint: public/components/notebooks/components/paragraph_components/para_query_grid.tsx#L56
React Hook useMemo has a missing dependency: 'dataValues'. Either include it or remove the dependency array
Lint: public/components/notebooks/components/paragraph_components/para_query_grid.tsx#L76
React Hook useEffect has a missing dependency: 'getUpdatedVisibleColumns'. Either include it or remove the dependency array