feat: Add unit-tests #25

Merged
timharek merged 31 commits from feature-testing into main 2024-04-11 19:10:16 +00:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 4f3ebb042d - Show all commits

View File

@ -1,5 +1,5 @@
import { declaration, serialize, Tag, tag } from "serialize-xml"; import { declaration, serialize, Tag, tag } from "serialize-xml";
import { getHostName } from "../utils.ts"; import { getHostName } from "./utils.ts";
import { Episode, Series } from "./storage.ts"; import { Episode, Series } from "./storage.ts";
function assembleFeed(series: Series): string { function assembleFeed(series: Series): string {