Skip to content

Commit 0839a6a

Browse files
committed
Fix rebase.
1 parent bb908b6 commit 0839a6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/build.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ apps.forEach((app) => {
122122
test('cleanup of app', (t) => {
123123
const binding_directory = path.join(__dirname, app.name, 'lib/binding');
124124
if (fs.existsSync(binding_directory)) {
125-
rm(binding_directory);
125+
rm.rimrafSync(binding_directory);
126126
}
127127
t.end();
128128
});

0 commit comments

Comments
 (0)