Skip to content

Commit

Permalink
attempt to fix the space handling in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
aeworxet committed Nov 4, 2024
1 parent 488b88b commit 2677a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/build-tools.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jest.mock('../scripts/tools/tags-color', () => ({
}));

describe('buildTools', () => {
const testDir = path.join(os.tmpdir(), 'test_config');
const testDir = path.join(String(os.tmpdir()), 'test_config');
const toolsPath = resolve(testDir, 'tools.json');
const tagsPath = resolve(testDir, 'all-tags.json');
const automatedToolsPath = resolve(testDir, 'tools-automated.json');
Expand Down

0 comments on commit 2677a18

Please sign in to comment.