Fix stupid mocking error
This commit is contained in:
@@ -21,6 +21,9 @@ jest.mock('fs', () => {
|
||||
return false
|
||||
}
|
||||
}
|
||||
},
|
||||
realpathSync: () => {
|
||||
return false
|
||||
}
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user