mirror of
https://github.com/ncipollo/release-action
synced 2026-09-07 20:04:03 +00:00
Add note to input test
This commit is contained in:
@@ -18,6 +18,8 @@ jest.mock('@actions/core', () => {
|
||||
})
|
||||
|
||||
jest.mock('fs', () => {
|
||||
// existsSync is used by Context's constructor
|
||||
// noinspection JSUnusedGlobalSymbols
|
||||
return {
|
||||
existsSync: () => {
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user