chore: makes tests pass.

This commit is contained in:
Eyal Toledano
2025-04-08 17:02:09 -04:00
parent 9a66db0309
commit 4386d01bf1
3 changed files with 34 additions and 9 deletions

View File

@@ -236,7 +236,8 @@ describe('Utils Module', () => {
expect(fsWriteFileSyncSpy).toHaveBeenCalledWith(
'output.json',
JSON.stringify(testData, null, 2)
JSON.stringify(testData, null, 2),
'utf8'
);
});