We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fs.mkdir.spec.js
var
In order to follow ES6 standards, the following changes are required:
ES6
let
const
strict mode
The text was updated successfully, but these errors were encountered:
Sounds good, go for it @ApolllonDev.
Sorry, something went wrong.
#722
Fix issue #672 : Refactor "filer/tests/spec/fs.mkdir.spec.js" to foll…
317cee5
…ow ES6 syntax with "const/let" instead of "var" (#722) * Solution for issue-672 * Removed extra 'use strict';
oleksii-polovyi
No branches or pull requests
fs.mkdir.spec.js
file containsvar
declarationsIn order to follow
ES6
standards, the following changes are required:let
andconst
instead ofvar
strict mode
The text was updated successfully, but these errors were encountered: