Skip to content

Commit

Permalink
change output variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lmgyuan committed May 16, 2024
1 parent 95d44f8 commit 2e6cd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ describe('Integration testing generateFromFile() to make sure the result of the
// Check if the files have been overwritten
expect(fileContent).toBe(testContent);
// Check if the log message was printed
expect(console.log).toHaveBeenCalledWith(`Skipping overwrite for ${testOutputFile}`);
expect(console.log).toHaveBeenCalledWith(`Skipping overwrite for ${testFilePath}`);
});
});

0 comments on commit 2e6cd81

Please sign in to comment.