summaryrefslogtreecommitdiff
path: root/test/parallel/test-path.js
Commit message (Expand)AuthorAgeFilesLines
* test: refactor common.expectsErrorRuben Bridgewater2019-12-311-2/+2
* doc,lib,test: capitalize comment sentencesRuben Bridgewater2018-12-171-1/+1
* test: improve path testsShivang2018-06-011-2/+2
* test: replace assert.throws w/ common.expectsErrorMithun Sasidharan2017-12-081-2/+2
* test: split path tests into multiple filesMichaël Zasso2017-09-011-587/+0
* path: fix normalize on directories with two dotsMichaël Zasso2017-08-301-0/+10
* path: fix win32 volume-relative pathsTimothy Gu2017-07-301-1/+27
* test: adjust indentation for stricter lintingRich Trott2017-07-271-46/+46
* lib,src: fix consistent spacing inside bracesSebastiaan Deckers2017-07-211-1/+1
* test: fix RegExp nitsVse Mozhet Byt2017-06-211-4/+7
* path: use internal/errors.jsSebastian Van Sande2017-06-061-1/+1
* test: reduce string concatenationsVse Mozhet Byt2017-05-051-20/+13
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* test: add test cases for pathYuta Hiroto2017-02-191-0/+2
* test: add path.join's testYuta Hiroto2017-02-021-24/+25
* test: s/assert.equal/assert.strictEqual/Gibson Fahnestock2017-01-111-1/+1
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-2/+2
* path: fallback to process cwd when resolving drive cwdJason Ginchereau2016-09-241-0/+12
* test: changing equal to strictEqual in pathlrlna2016-09-201-180/+186
* path: fix path.relative UNC path resultJason Ginchereau2016-09-201-1/+3
* test: add more path.basename() testsBrian White2016-05-181-0/+11
* test: remove duplicate path testsBrian White2016-05-181-25/+0
* path: fix basename() regressionsBrian White2016-05-181-5/+12
* test,benchmark: use deepStrictEqual()Rich Trott2016-04-221-2/+2
* lib,test,tools: alignment on variable assignmentsRich Trott2016-04-181-15/+21
* path: fixing a test that breaks on some machines.Mike Kaufman2016-04-081-1/+2
* path: fix win32.isAbsolute() inconsistencyBrian White2016-04-041-0/+10
* path: assert inputs are stringsBrian White2016-03-171-50/+49
* path: fix normalize for absolutesEvan Lucas2016-03-071-0/+3
* path: fix path.relative() for prefixes at rootOwen Smith2016-02-291-2/+8
* test: add test-cases for posix path.relative()Owen Smith2016-02-271-1/+3
* path: fix win32 relative() for UNC pathsOwen Smith2016-02-271-1/+6
* path: fix win32 relative() when "to" is a prefixOwen Smith2016-02-271-1/+2
* path: fix verbose relative() outputBrian White2016-02-271-1/+2
* src,test,tools: modify for more stringent lintingRich Trott2016-02-181-3/+2
* path: fix input type checking regressionBrian White2016-02-171-0/+45
* test: improve path testsBrian White2016-02-091-178/+276
* test: fix redeclared test-path varsRich Trott2016-02-021-6/+8
* test: use common.isWindows consistentlySakthipriyan Vairamani2015-07-311-9/+7
* test: enable linting for testsRoman Reiss2015-05-191-0/+1
* path: reduce type checking on some methodscjihrig2015-03-191-3/+6
* path: add type checking for path inputscjihrig2015-03-161-6/+26
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* test: split test in parallel/sequentialFedor Indutny2014-12-171-0/+412