fix(test): remove unused cron import

This commit is contained in:
Peter Steinberger 2026-02-14 23:19:41 +00:00
parent a6cd7ef49c
commit c000847dc0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import fs from "node:fs/promises";
import path from "node:path";
import { afterEach, describe, expect, it, vi } from "vitest";
import { describe, expect, it, vi } from "vitest";
import type { HeartbeatRunResult } from "../infra/heartbeat-wake.js";
import type { CronJob } from "./types.js";
import { CronService } from "./service.js";