filerjs / filer

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

Update code in filer/tests/spec/times.spec.js to use const/let syntax over var #703

Open dcoull opened 5 years ago

dcoull commented 5 years ago

The times.spec.js file uses the var syntax for variable declarations, as opposed to the more modern const/let syntax