Skip to content

Commit

Permalink
new data
Browse files Browse the repository at this point in the history
  • Loading branch information
vishvamsinh28 committed Nov 22, 2024
1 parent 71cc1f9 commit 31b292a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/build-tools.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ describe('buildTools', () => {
fs.ensureDirSync(testDir);
fs.outputFileSync(manualToolsPath, JSON.stringify(manualTools));
fs.outputFileSync(automatedToolsPath, JSON.stringify({}));
fs.outputFileSync(toolsPath, JSON.stringify({}));
fs.outputFileSync(tagsPath, JSON.stringify({}));

});

afterAll(() => {
Expand Down

0 comments on commit 31b292a

Please sign in to comment.