Skip to content

Commit

Permalink
- @actions/tool-cache v2.0.0 should not have any relevant breaking …
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Sep 4, 2023
1 parent 53a5c23 commit 3e489c9
Show file tree
Hide file tree
Showing 7 changed files with 20,824 additions and 9,085 deletions.
5 changes: 4 additions & 1 deletion jest.config.js
Expand Up @@ -2,5 +2,8 @@ module.exports = {
clearMocks: true,
testEnvironment: 'node',
verbose: true,
collectCoverage: true
collectCoverage: true,
transform: {
"^.+\\.(js)$": "babel-jest",
},
}

0 comments on commit 3e489c9

Please sign in to comment.