filerjs / filer

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

Refactor "filer/tests/spec/fs.mkdir.spec.js" to follow ES6 syntax with "const/let" instead of "var" #672

Closed oleksii-polovyi closed 5 years ago

oleksii-polovyi commented 5 years ago

fs.mkdir.spec.js file contains var declarations

In order to follow ES6 standards, the following changes are required:

humphd commented 5 years ago

Sounds good, go for it @ApolllonDev.

oleksii-polovyi commented 5 years ago

722