Fix lint issues in fs.utimes.spec.js
This commit is contained in:
parent
ee8e2a665a
commit
94e6a98cb8
|
@ -154,8 +154,6 @@ describe('fs.utimes', function() {
|
|||
|
||||
it('should update atime and mtime using current time if arguments are null', function(done) {
|
||||
var fs = util.fs();
|
||||
var atimeEst;
|
||||
var mtimeEst;
|
||||
|
||||
fs.writeFile('/myfile', '', function (error) {
|
||||
if (error) throw error;
|
||||
|
|
Loading…
Reference in New Issue