From d40b2b69d3cc9beb567b8cab0c2913548136444a Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Tue, 2 Jan 2024 20:32:01 +0100 Subject: [PATCH] Update main.test.js --- __tests__/main.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/__tests__/main.test.js b/__tests__/main.test.js index ccdff59..bf454ae 100644 --- a/__tests__/main.test.js +++ b/__tests__/main.test.js @@ -1,5 +1,6 @@ // main.test.js +const core = require('@actions/core') const fs = require('fs'); const childProcess = require('child_process'); const { testFunction } = require('../src/main');