filerjs / filer

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

Update "filer/tests/spec/fs.mkdtemp.spec.js" to use "let" or "const" instead of "var" #686

Closed ghost closed 5 years ago

ghost commented 5 years ago

I will be updating "filer/tests/spec/fs.mkdtemp.spec.js" to use "let" or "const" instead of "var" where applicable.

humphd commented 5 years ago

Good stuff @cmchumak, go for it.