Skip to content

Commit

Permalink
fixup! Builder supports node-ESM packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 17, 2022
1 parent 6983c7f commit 0913c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/utilities/find-build-file-test.js
Expand Up @@ -11,7 +11,7 @@ describe('find-build-file', function () {
let ROOT = process.cwd();

beforeEach(function () {
tmpPath = fs.mkdtempSync(os.tmpdir());
tmpPath = fs.mkdtempSync(path.join(os.tmpdir(), 'find-build-file-test'));
process.chdir(tmpPath);
});

Expand Down

0 comments on commit 0913c79

Please sign in to comment.