filerjs / filer

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

Update 'filer/tests/spec/fs.shell.spec.js' from 'var' to 'const/let' #728

Closed kwchan19 closed 5 years ago

kwchan19 commented 5 years ago

'fs.shell.spec.js' uses 'var' variables throughout the file. It needs to be changed to use 'const' and 'let' instead.