qlik-oss/sn-table

View on GitHub
src/table/virtualized-table/hooks/__tests__/use-data.test.ts

Summary

Maintainability
A
0 mins
Test Coverage

File use-data.test.ts has 336 lines of code (exceeds 250 allowed). Consider refactoring.
Wontfix

import type { ExtendedTheme } from "@qlik/nebula-table-utils/lib/hooks/use-extended-theme/types";
import { act, renderHook, RenderHookResult, waitFor } from "@testing-library/react";
import { generateDataPages, generateLayout } from "../../../../__test__/generate-test-data";
import { Cell, Column, PageInfo, Row, TableLayout } from "../../../../types";
import { COLUMN_DATA_BUFFER_SIZE, ROW_DATA_BUFFER_SIZE } from "../../constants";
Severity: Minor
Found in src/table/virtualized-table/hooks/__tests__/use-data.test.ts - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status