Fix lint issues in touch.spec.js

This commit is contained in:
David Humphrey 2018-07-26 17:41:35 -04:00
parent 8e900a3a88
commit 51c81edb5b
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ describe('FileSystemShell.touch', function() {
fs.stat('/newfile', function(error, stats) {
expect(error).to.exist;
expect(stats).not.to.exist;
done();
});
});