jprichardson / node-fs-extra

Node.js: extra methods for the fs object like copy(), remove(), mkdirs()
MIT License
9.43k stars 775 forks source link

Unify cross-device move test configuration/logic #1001

Closed RyanZim closed 1 year ago

RyanZim commented 1 year ago

Especially since https://github.com/jprichardson/node-fs-extra/pull/994, functionally equivalent code was being needlessly duplicated. This centralizes into one place the configuration for locally testing cross-device moves; and unifies test code considerably.