feat: Add unit-tests #25

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

View File

@ -1,5 +1,4 @@
// FIXME: Remember to replace this with actual version import { get, STATUS_CODE } from "https://deno.land/x/kall@v2.0.0/mod.ts";
import { get, STATUS_CODE } from "../../kall/mod.ts";
import { components as searchComponents } from "./nrk-search.ts"; import { components as searchComponents } from "./nrk-search.ts";
import { components as catalogComponents } from "./nrk-catalog.ts"; import { components as catalogComponents } from "./nrk-catalog.ts";
import { external as playbackComponents } from "./nrk-playback.ts"; import { external as playbackComponents } from "./nrk-playback.ts";