filerjs / filer

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

Code Update in filer/tests/spec/filer.spec.js (var to const/let) #702

Closed SahibArora closed 5 years ago

SahibArora commented 5 years ago

I would like to update the old declarations in filer.spec.js I will change the var to const for all the variables being used as objects of the libraries and for any other local variables used in the file will be changed to let. If nobody is doing so already, I would like to take this opportunity and update the file.

humphd commented 5 years ago

Go for it @SahibArora