From fb617a32b6a0f7cbb938acc7070f113775f114fc Mon Sep 17 00:00:00 2001 From: Arkadiusz Bachorski <60391032+arkadiuszbachorski@users.noreply.github.com> Date: Thu, 11 Jul 2024 18:01:13 +0200 Subject: [PATCH] Fix compliance --- .../src/molecules/DashboardLayout/DashboardLayout.test.tsx | 7 +++++++ 1 file changed, 7 insertions(+) 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 '.'