// SPDX-FileCopyrightText: 2023 Aravinth Manivannan // // SPDX-License-Identifier: AGPL-3.0-or-later import Forgejo from './api'; test('foo', () => { const api = new Forgejo('https://git.batsense.net'); api.markNotificationReadForRepo(12) });