-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5746 from gooddata/ine-fl-test-classes
feat: add test classes
- Loading branch information
Showing
6 changed files
with
66 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
libs/sdk-ui-dashboard/src/presentation/widget/dashboardLayout/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
// (C) 2024 GoodData Corporation | ||
// (C) 2024-2025 GoodData Corporation | ||
|
||
export type { | ||
CustomDashboardLayoutComponent as CustomDashboardNestedLayoutComponent, | ||
IDashboardLayoutProps as IDashboardNestedLayoutProps, | ||
INestedLayoutProps, | ||
} from "./types.js"; | ||
export { DefaultDashboardLayout as DefaultDashboardNestedLayout } from "./DefaultDashboardLayout.js"; | ||
export { DefaultDashboardLayoutComponentSetFactory } from "./DefaultDashboardLayoutComponentSetFactory.js"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters