Make sure the unlink is explicitly synchronous
This commit is contained in:
@@ -42,7 +42,7 @@ describe('npm package', function() {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
fs.unlink(this.tarball);
|
fs.unlinkSync(this.tarball);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('has a root path', function() {
|
it('has a root path', function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user