Make sure the unlink is explicitly synchronous

This commit is contained in:
Gregg Van Hove
2017-03-07 14:07:37 -08:00
parent 74fe7fb85b
commit 92e7436db2

View File

@@ -42,7 +42,7 @@ describe('npm package', function() {
}
};
fs.unlink(this.tarball);
fs.unlinkSync(this.tarball);
});
it('has a root path', function() {