chore: makes tests pass.
This commit is contained in:
@@ -236,7 +236,8 @@ describe('Utils Module', () => {
|
||||
|
||||
expect(fsWriteFileSyncSpy).toHaveBeenCalledWith(
|
||||
'output.json',
|
||||
JSON.stringify(testData, null, 2)
|
||||
JSON.stringify(testData, null, 2),
|
||||
'utf8'
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user