Implement fs.stat and fs.readlink
Summary: Fixes issue for the stackTraceMapper Reviewed By: aigoncharov Differential Revision: D32987161 fbshipit-source-id: 660f49a1bdf61b2fd2963874ef23dfd284f71128
This commit is contained in:
committed by
Facebook GitHub Bot
parent
af83523798
commit
34a1da3345
@@ -413,6 +413,8 @@ export function createMockFlipperLib(options?: StartPluginOptions): FlipperLib {
|
||||
rm: jest.fn(),
|
||||
copyFile: jest.fn(),
|
||||
constants: fsConstants,
|
||||
stat: jest.fn(),
|
||||
readlink: jest.fn(),
|
||||
},
|
||||
downloadFile: jest.fn(),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user