Skip to content

Commit

Permalink
Fix rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilan committed Jun 29, 2024
1 parent bb908b6 commit 0839a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/build.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ apps.forEach((app) => {
test('cleanup of app', (t) => {
const binding_directory = path.join(__dirname, app.name, 'lib/binding');
if (fs.existsSync(binding_directory)) {
rm(binding_directory);
rm.rimrafSync(binding_directory);
}
t.end();
});
Expand Down

0 comments on commit 0839a6a

Please sign in to comment.