Skip to content

Commit

Permalink
fix(test-ssr): update exclustion list for react-table after split-in-…
Browse files Browse the repository at this point in the history
…two migration
  • Loading branch information
Hotell committed Jun 6, 2024
1 parent 5ab32ab commit 01621ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test-ssr/src/commands/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ const EXCLUDED_STORIES = [
// https://github.com/facebook/react/issues/13097
'**/react-portal/**',
// https://github.com/microsoft/fluentui/issues/27338
'**/react-table/stories/DataGrid/Virtualization.stories.tsx',
'**/react-table/stories/Table/Virtualization.stories.tsx',
'**/react-table/stories/src/DataGrid/Virtualization.stories.tsx',
'**/react-table/stories/src/Table/Virtualization.stories.tsx',
];

type MainParams = {
Expand Down

0 comments on commit 01621ee

Please sign in to comment.