mihneadb / node-directory-tree

Convert a directory tree to a JS object.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test failed on Windows

rattanakchea opened this issue · comments

On my Windows, the npm run test failed, because file size does not match.

@rattanakchea do you think you can make a cross-platform fix for it? Thanks!

Since file sizes on Windows, Mac or other OS can very slightly. It is no one test fit all.

My suggestion would be remove file size when testing?
Any other suggestion?

Sounds good. It should still test that size is present, just not check its value, I guess.