summaryrefslogtreecommitdiff
path: root/test/parallel/test-path.js
AgeCommit message (Expand)Author
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-06-01test: improve path testsShivang
2017-12-08test: replace assert.throws w/ common.expectsErrorMithun Sasidharan
2017-09-01test: split path tests into multiple filesMichaël Zasso
2017-08-30path: fix normalize on directories with two dotsMichaël Zasso
2017-07-30path: fix win32 volume-relative pathsTimothy Gu
2017-07-27test: adjust indentation for stricter lintingRich Trott
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-06-21test: fix RegExp nitsVse Mozhet Byt
2017-06-06path: use internal/errors.jsSebastian Van Sande
2017-05-05test: reduce string concatenationsVse Mozhet Byt
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-19test: add test cases for pathYuta Hiroto
2017-02-02test: add path.join's testYuta Hiroto
2017-01-11test: s/assert.equal/assert.strictEqual/Gibson Fahnestock
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2016-09-24path: fallback to process cwd when resolving drive cwdJason Ginchereau
2016-09-20test: changing equal to strictEqual in pathlrlna
2016-09-20path: fix path.relative UNC path resultJason Ginchereau
2016-05-18test: add more path.basename() testsBrian White
2016-05-18test: remove duplicate path testsBrian White
2016-05-18path: fix basename() regressionsBrian White
2016-04-22test,benchmark: use deepStrictEqual()Rich Trott
2016-04-18lib,test,tools: alignment on variable assignmentsRich Trott
2016-04-08path: fixing a test that breaks on some machines.Mike Kaufman
2016-04-04path: fix win32.isAbsolute() inconsistencyBrian White
2016-03-17path: assert inputs are stringsBrian White
2016-03-07path: fix normalize for absolutesEvan Lucas
2016-02-29path: fix path.relative() for prefixes at rootOwen Smith
2016-02-27test: add test-cases for posix path.relative()Owen Smith
2016-02-27path: fix win32 relative() for UNC pathsOwen Smith
2016-02-27path: fix win32 relative() when "to" is a prefixOwen Smith
2016-02-27path: fix verbose relative() outputBrian White
2016-02-18src,test,tools: modify for more stringent lintingRich Trott
2016-02-17path: fix input type checking regressionBrian White
2016-02-09test: improve path testsBrian White
2016-02-02test: fix redeclared test-path varsRich Trott
2015-07-31test: use common.isWindows consistentlySakthipriyan Vairamani
2015-05-19test: enable linting for testsRoman Reiss
2015-03-19path: reduce type checking on some methodscjihrig
2015-03-16path: add type checking for path inputscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-17test: split test in parallel/sequentialFedor Indutny