From c173be9e9756430559eee6319ed6c6b238b1d7ec Mon Sep 17 00:00:00 2001 From: Hackeriblees <89055086+Hackeriblees@users.noreply.github.com> Date: Wed, 12 Feb 2025 11:46:52 -0800 Subject: [PATCH] Update main.test.ts --- __tests__/main.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/__tests__/main.test.ts b/__tests__/main.test.ts index e437044..c8d2982 100644 --- a/__tests__/main.test.ts +++ b/__tests__/main.test.ts @@ -1,4 +1,3 @@ -import * as core from '@actions/core' import * as jose from 'jose' import nock from 'nock' import * as main from '../src/main'