From 95d2dff963234ebd8072c9d08b5739e7811ef4d5 Mon Sep 17 00:00:00 2001 From: mkrause Date: Thu, 26 Dec 2024 00:38:33 +0100 Subject: [PATCH] Add license header. --- .storybook/test-runner.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.storybook/test-runner.ts b/.storybook/test-runner.ts index 9975ee9..cd95a00 100644 --- a/.storybook/test-runner.ts +++ b/.storybook/test-runner.ts @@ -1,3 +1,7 @@ +/* Copyright (c) Fortanix, Inc. +|* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of +|* the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + import { type TestRunnerConfig, getStoryContext } from '@storybook/test-runner'; import { injectAxe, configureAxe, checkA11y } from 'axe-playwright';