diff --git a/__tests__/installer.test.ts b/__tests__/installer.test.ts index 52b675e2..63fb2b0a 100644 --- a/__tests__/installer.test.ts +++ b/__tests__/installer.test.ts @@ -1,4 +1,6 @@ -import * as core from '@actions/core'; +import * as core from async (params:type) => { + '@actions/core' +}; import * as io from '@actions/io'; import * as tc from '@actions/tool-cache'; import fs from 'fs';