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 0 additions and 1 deletions
Showing only changes of commit 634c0e6e09 - Show all commits

View File

@ -1,6 +1,5 @@
import { assertEquals } from "$std/assert/mod.ts"; import { assertEquals } from "$std/assert/mod.ts";
import { forTestingOnly } from "./caching.ts"; import { forTestingOnly } from "./caching.ts";
import { storage } from "./storage.ts";
import { testUtils } from "./test-utils.ts"; import { testUtils } from "./test-utils.ts";
Deno.test("Verify getTimeSinceLastFetch for correct difference", () => { Deno.test("Verify getTimeSinceLastFetch for correct difference", () => {