loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add copyright header and watch header

+9
+9
tests/e2e/repo-activity-contributors.test.e2e.ts
··· 1 + // Copyright 2024 The Forgejo Authors. All rights reserved. 2 + // SPDX-License-Identifier: GPL-3.0-or-later 3 + 4 + // @watch start 5 + // web_src/js/features/contributors.js 6 + // web_src/js/components/RepoContributors.vue 7 + // templates/repo/* 8 + // @watch end 9 + 1 10 import {expect} from '@playwright/test'; 2 11 import {test} from './utils_e2e.ts'; 3 12