Skip to content

Commit

Permalink
Rebuild dep tree to mock @actions/core
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkarns committed Mar 22, 2020
1 parent c4f2f40 commit 6b3dde5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions installer.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* eslint-env jest */

jest.mock('@actions/core')

const io = require('@actions/io')
const process = require('process')
const path = require('path')
Expand Down

0 comments on commit 6b3dde5

Please sign in to comment.