Fix lint issues in fs.lstat.spec.js

This commit is contained in:
David Humphrey 2018-07-27 10:44:42 -04:00
parent 980d5d0917
commit 9e08d96c96
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ describe('fs.lstat', function() {
it('should return an error if path does not exist', function(done) {
var fs = util.fs();
var _error, _result;
fs.lstat('/tmp', function(error, result) {
expect(error).to.exist;