summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-realpath.js
Commit message (Expand)AuthorAgeFilesLines
* test: prepare for consistent comma-dangle lint ruleRich Trott2021-04-011-9/+9
* test: add common.mustSucceedTobias Nießen2020-10-171-2/+1
* test: adjust comments for upcoming lint ruleRich Trott2020-10-071-11/+10
* test: refactor common.expectsErrorRuben Bridgewater2019-12-311-2/+2
* benchmark,doc,lib,test: prepare for padding lint ruleRich Trott2019-11-301-0/+1
* lib: removed unnecessary fs.realpath `options` arg check + testsAlex Pry2019-05-301-0/+62
* benchmark,doc,lib: capitalize more commentsRuben Bridgewater2019-03-271-1/+1
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-03-101-2/+2
* doc,lib,test: capitalize comment sentencesRuben Bridgewater2018-12-171-2/+2
* tools: capitalize sentencesRuben Bridgewater2018-12-101-1/+1
* test: remove unused catch bindingscjihrig2018-11-061-14/+14
* test,tools: enable running tests under workersAnna Henningsen2018-06-061-0/+3
* test: use common.canCreateSymLink() consistentlycjihrig2018-05-081-19/+2
* test: move tmpdir to submodule of commonRich Trott2018-01-311-3/+5
* test: replace assert.throws w/ common.expectsErrorMithun Sasidharan2017-12-081-2/+2
* test: remove common.tmpDirNameRich Trott2017-11-281-1/+1
* fs: expose realpath(3) bindingsBen Noordhuis2017-11-091-75/+75
* test: use fixtures module in test-fs-realpath.jsRaphael Rheault2017-10-281-3/+5
* test: simplify test skippingVse Mozhet Byt2017-07-041-8/+8
* test: reduce string concatenationsVse Mozhet Byt2017-05-051-43/+43
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* test: add regex in test_cyclic_link_protectionClarence Dimitri CHARLES2017-03-101-8/+12
* tools: enable one-var-declaration-per-line ESLint ruleMichaël Zasso2017-02-211-1/+2
* test: s/assert.equal/assert.strictEqual/Gibson Fahnestock2017-01-111-2/+2
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-7/+8
* benchmark,lib,test: adjust for lintingRich Trott2017-01-061-14/+14
* test: increase usage of assert.ifError()cjihrig2017-01-021-3/+3
* test: use consistent block spacingRich Trott2016-12-211-12/+12
* test: cleanup parallel/test-fs-realpath.jsmpmckenna82016-09-271-60/+61
* test: use mustCall() for simple flow trackingcjihrig2016-07-181-9/+2
* lib,benchmark,test: implement consistent bracesRich Trott2016-07-121-2/+1
* test: abstract skip functionality to commonJeremiah Senkpiel2016-05-121-8/+8
* test,tools: adjust function argument alignmentRich Trott2016-04-281-4/+4
* fs: optimize realpath using uv_fs_realpath()Yuval Brik2016-04-151-69/+30
* lib: simplify code with String.prototype.repeat()Jackson Tian2016-03-211-1/+1
* src,test,tools: modify for more stringent lintingRich Trott2016-02-181-1/+1
* test: fix style issues after eslint updateMichaël Zasso2016-01-131-6/+6
* test: write to tmp dir rather than fixture dirRich Trott2016-01-021-19/+23
* test: don't use cwd for relative pathJohan Bergström2015-12-301-4/+3
* test: don't assume a certain folder structureJohan Bergström2015-12-301-9/+9
* test: remove common.inspect()Rich Trott2015-10-081-43/+9
* test: replace deprecated util.debug() callsRich Trott2015-09-281-1/+0
* test: use common.isWindows consistentlySakthipriyan Vairamani2015-07-311-4/+3
* test: formatting skip messages for TAP parsingSakthipriyan Vairamani2015-07-201-8/+8
* test: assert tmp and fixture dirs differentRich Trott2015-06-221-2/+1
* test: only refresh tmpDir for tests that need itRich Trott2015-06-131-3/+2
* test: enable linting for testsRoman Reiss2015-05-191-14/+17
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* test: split test in parallel/sequentialFedor Indutny2014-12-171-0/+611