Remove unused import in utils.spec.ts
Co-authored-by: xhyrom <56601352+xhyrom@users.noreply.github.com>
This commit is contained in:
parent
340f0773db
commit
756ba8f38b
@ -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";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user