move all script into the same file

This commit is contained in:
2025-10-30 23:02:03 +00:00
parent 2a942d8fc9
commit eac14571e2
5 changed files with 23 additions and 25 deletions

View File

@@ -1,6 +1,5 @@
import { expect, expectTypeOf, test } from "vitest";
import Updater from "../src/index.ts";
import * as types from "../src/types.ts";
test("get an atom feed from gitea", async (): Promise<void> => {
const updater = new Updater("https://git.emaker.limited/MicrocontrollerCD/SoftwareRelease/releases", "atom");