move all script into the same file
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user