Remove unused import in utils.spec.ts

Co-authored-by: xhyrom <56601352+xhyrom@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-01-04 23:33:52 +00:00
parent 340f0773db
commit 756ba8f38b

View File

@ -1,4 +1,4 @@
import { afterEach, describe, expect, it, mock, spyOn } from "bun:test";
import { afterEach, describe, expect, it, spyOn } from "bun:test";
import { getArchitecture } from "../src/utils";
import * as core from "@actions/core";