summaryrefslogtreecommitdiff
path: root/test/parallel/test-path-dirname.js
AgeCommit message (Collapse)Author
2019-08-01test: add tests for spaces in folder namesPaulBags
Add tests for spaces in folder names for path.win32.dirname(). PR-URL: https://github.com/nodejs/node/pull/28819 Reviewed-By: Rich Trott <rtrott@gmail.com>
2017-09-01test: split path tests into multiple filesMichaƫl Zasso
Create one file for testing each function of the path module. Keep general error tests and tests for constant properties in test-path.js. PR-URL: https://github.com/nodejs/node/pull/15093 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>