diff --git a/packages/design-system/src/molecules/DashboardLayout/DashboardLayout.test.tsx b/packages/design-system/src/molecules/DashboardLayout/DashboardLayout.test.tsx index e7f1ae87..7a1b4ab9 100644 --- a/packages/design-system/src/molecules/DashboardLayout/DashboardLayout.test.tsx +++ b/packages/design-system/src/molecules/DashboardLayout/DashboardLayout.test.tsx @@ -1,3 +1,10 @@ +// +// This source file is part of the Stanford Biodesign Digital Health ENGAGE-HF open-source project +// +// SPDX-FileCopyrightText: 2023 Stanford University and the project authors (see CONTRIBUTORS.md) +// +// SPDX-License-Identifier: MIT +// import { fireEvent, render, screen } from '@testing-library/react' import '@testing-library/jest-dom' import { PageTitle, DashboardLayout, MenuItem } from '.'