Add note to input test
This commit is contained in:
@@ -18,6 +18,8 @@ jest.mock('@actions/core', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
jest.mock('fs', () => {
|
jest.mock('fs', () => {
|
||||||
|
// existsSync is used by Context's constructor
|
||||||
|
// noinspection JSUnusedGlobalSymbols
|
||||||
return {
|
return {
|
||||||
existsSync: () => {
|
existsSync: () => {
|
||||||
return false
|
return false
|
||||||
|
|||||||
Reference in New Issue
Block a user