5 Commits

Author SHA1 Message Date
RyanZim
df125bebf7 Use pathExists() internally 2017-04-26 10:04:17 -04:00
JPeer264
7bddeb5ec1 Refactor test remove (closes #355) 2017-02-25 17:32:48 +01:00
Nathan Phillip Brink
efc2b76caf
Fix remove() no-globbing tests to skip/pass on Windows 2016-11-15 16:32:50 +00:00
Nathan Phillip Brink
b610d40e53
Test that remove() ignores glob characters.
After looking at rimraf, I began to fear that node-fs-extra, which
is based on rimraf, might also automatically glob things. I find
this confusing when the API is being used as an overlay of the
node built-in fs module which never expands globs. This test
explicitly verifies that the remove() function does not follow
glob characters.
2016-11-15 16:32:50 +00:00
Georgios Kalpakas
06a9c1a1fb tests: rename remote.test.js to remove.test.js 2016-09-11 01:26:08 +03:00