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
For some reason we have both https://github.com/filerjs/filer/blob/master/tests/spec/fs.stats.spec.js and https://github.com/filerjs/filer/blob/master/tests/spec/fs.stat.spec.js. We should probably just have https://github.com/filerjs/filer/blob/master/tests/spec/fs.stat.spec.js, since there is no stats method.
stats
Let's move the stats tests into stat, and make sure we aren't duplicating any tests.
stat
The text was updated successfully, but these errors were encountered:
Hi @humphd, I would like to work on this issue.
Sorry, something went wrong.
OK @ApolllonDev, it's yours.
2a4fa0f
No branches or pull requests
For some reason we have both https://github.com/filerjs/filer/blob/master/tests/spec/fs.stats.spec.js and https://github.com/filerjs/filer/blob/master/tests/spec/fs.stat.spec.js. We should probably just have https://github.com/filerjs/filer/blob/master/tests/spec/fs.stat.spec.js, since there is no
stats
method.Let's move the
stats
tests intostat
, and make sure we aren't duplicating any tests.The text was updated successfully, but these errors were encountered: