chore(test): fix cron every-jobs-fire unused import

This commit is contained in:
Peter Steinberger
2026-02-14 04:52:31 +00:00
parent e6d5b5fb11
commit 4335668d28

View File

@@ -3,7 +3,6 @@ import os from "node:os";
import path from "node:path";
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
import type { CronEvent } from "./service.js";
import type { CronJob } from "./types.js";
import { CronService } from "./service.js";
const noopLogger = {