From ac5dccdf3ee4da8602e916510f533ab57c310164 Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Tue, 2 Jan 2024 21:10:52 +0100 Subject: [PATCH] Update main.test.js --- __tests__/main.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/__tests__/main.test.js b/__tests__/main.test.js index 695b4a0..242478b 100644 --- a/__tests__/main.test.js +++ b/__tests__/main.test.js @@ -1,6 +1,5 @@ // main.js -const main = require("../src/main"); const core = require("@actions/core"); const fs = require("fs");