filerjs / filer

Node-like file system for browsers
BSD 2-Clause "Simplified" License
617 stars 154 forks source link

Update filer/tests/spec/fs.unwatchFile.spec.js to use let instead of var #682

Open QingLianLiu opened 5 years ago

QingLianLiu commented 5 years ago

I just noticed that "fs.unwatchFile.spec.js" contains lots of var declared variables. Can I get the authorization to update the required variables to use const or let instead of using var?

humphd commented 5 years ago

Go for it @QingLianLiu.