Fix lint issues in touch.spec.js
This commit is contained in:
parent
8e900a3a88
commit
51c81edb5b
|
@ -41,6 +41,7 @@ describe('FileSystemShell.touch', function() {
|
|||
|
||||
fs.stat('/newfile', function(error, stats) {
|
||||
expect(error).to.exist;
|
||||
expect(stats).not.to.exist;
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue