diff --git a/deepfence_frontend/packages/ui-components/src/components/table/__snapshots__/Table.test.tsx.snap b/deepfence_frontend/packages/ui-components/src/components/table/__snapshots__/Table.test.tsx.snap deleted file mode 100644 index a6a23bcfe0..0000000000 --- a/deepfence_frontend/packages/ui-components/src/components/table/__snapshots__/Table.test.tsx.snap +++ /dev/null @@ -1,56 +0,0 @@ -// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html - -exports[`Component Table > should render a basic table > cells with border 0 1`] = `"0"`; - -exports[`Component Table > should render a basic table > cells with border 1 1`] = `"Fruit 0"`; - -exports[`Component Table > should render a basic table > cells with border 2 1`] = `"Description for 0"`; - -exports[`Component Table > should render a basic table > cells without border 3 1`] = `"1"`; - -exports[`Component Table > should render a basic table > cells without border 4 1`] = `"Fruit 1"`; - -exports[`Component Table > should render a basic table > cells without border 5 1`] = `"Description for 1"`; - -exports[`Component Table > should render a basic table > row with hover state on normal table 1`] = ` - - - 1 - - - Fruit 1 - - - Description for 1 - - -`; - -exports[`Component Table > should use getTrProps and getTdProps correctly > cells with custom props 0 1`] = `"0"`; - -exports[`Component Table > should use getTrProps and getTdProps correctly > cells with custom props 1 1`] = `"Fruit 0"`; - -exports[`Component Table > should use getTrProps and getTdProps correctly > cells with custom props 2 1`] = `"Description for 0"`; - -exports[`Component Table > should use getTrProps and getTdProps correctly > cells with custom props 3 1`] = `"1"`; - -exports[`Component Table > should use getTrProps and getTdProps correctly > cells with custom props 4 1`] = `"Fruit 1"`; - -exports[`Component Table > should use getTrProps and getTdProps correctly > cells with custom props 5 1`] = `"Description for 1"`; - -exports[`Component Table > should use getTrProps and getTdProps correctly > row with custom props0 1`] = `"
id
name
description
"`; - -exports[`Component Table > should use getTrProps and getTdProps correctly > row with custom props1 1`] = `"0Fruit 0Description for 0"`; - -exports[`Component Table > should use getTrProps and getTdProps correctly > row with custom props2 1`] = `"1Fruit 1Description for 1"`;