From a6a9314bdb0dedc8480c37159f96183169d1d851 Mon Sep 17 00:00:00 2001 From: Antonin Delpeuch Date: Mon, 16 Dec 2024 09:13:14 +0100 Subject: [PATCH] Add copyright header and watch header --- tests/e2e/repo-activity-contributors.test.e2e.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/e2e/repo-activity-contributors.test.e2e.ts b/tests/e2e/repo-activity-contributors.test.e2e.ts index 7235d24b15..ece62cfaba 100644 --- a/tests/e2e/repo-activity-contributors.test.e2e.ts +++ b/tests/e2e/repo-activity-contributors.test.e2e.ts @@ -1,3 +1,12 @@ +// Copyright 2024 The Forgejo Authors. All rights reserved. +// SPDX-License-Identifier: GPL-3.0-or-later + +// @watch start +// web_src/js/features/contributors.js +// web_src/js/components/RepoContributors.vue +// templates/repo/* +// @watch end + import {expect} from '@playwright/test'; import {test} from './utils_e2e.ts';