filerjs / filer

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

Consolidate stat and stats tests #738

Closed humphd closed 5 years ago

humphd commented 5 years ago

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 into stat, and make sure we aren't duplicating any tests.

oleksii-polovyi commented 5 years ago

Hi @humphd, I would like to work on this issue.

humphd commented 5 years ago

OK @ApolllonDev, it's yours.