Skip to content

Commit

Permalink
file created
Browse files Browse the repository at this point in the history
  • Loading branch information
vishvamsinh28 committed Nov 22, 2024
1 parent 276e523 commit af1d5e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/build-tools.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ describe('buildTools', () => {
consoleErrorMock = jest.spyOn(console, 'error').mockImplementation(() => {});
fs.ensureDirSync(testDir);
fs.outputFileSync(manualToolsPath, JSON.stringify(manualTools));
fs.outputFileSync(automatedToolsPath, JSON.stringify({}));
});

afterAll(() => {
Expand Down

0 comments on commit af1d5e5

Please sign in to comment.