summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-realpath.js
AgeCommit message (Expand)Author
2019-11-30benchmark,doc,lib,test: prepare for padding lint ruleRich Trott
2019-05-30lib: removed unnecessary fs.realpath `options` arg check + testsAlex Pry
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-11-06test: remove unused catch bindingscjihrig
2018-06-06test,tools: enable running tests under workersAnna Henningsen
2018-05-08test: use common.canCreateSymLink() consistentlycjihrig
2018-01-31test: move tmpdir to submodule of commonRich Trott
2017-12-08test: replace assert.throws w/ common.expectsErrorMithun Sasidharan
2017-11-28test: remove common.tmpDirNameRich Trott
2017-11-09fs: expose realpath(3) bindingsBen Noordhuis
2017-10-28test: use fixtures module in test-fs-realpath.jsRaphael Rheault
2017-07-04test: simplify test skippingVse Mozhet Byt
2017-05-05test: reduce string concatenationsVse Mozhet Byt
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-10test: add regex in test_cyclic_link_protectionClarence Dimitri CHARLES
2017-02-21tools: enable one-var-declaration-per-line ESLint ruleMichaël Zasso
2017-01-11test: s/assert.equal/assert.strictEqual/Gibson Fahnestock
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2017-01-06benchmark,lib,test: adjust for lintingRich Trott
2017-01-02test: increase usage of assert.ifError()cjihrig
2016-12-21test: use consistent block spacingRich Trott
2016-09-27test: cleanup parallel/test-fs-realpath.jsmpmckenna8
2016-07-18test: use mustCall() for simple flow trackingcjihrig
2016-07-12lib,benchmark,test: implement consistent bracesRich Trott
2016-05-12test: abstract skip functionality to commonJeremiah Senkpiel
2016-04-28test,tools: adjust function argument alignmentRich Trott
2016-04-15fs: optimize realpath using uv_fs_realpath()Yuval Brik
2016-03-21lib: simplify code with String.prototype.repeat()Jackson Tian
2016-02-18src,test,tools: modify for more stringent lintingRich Trott
2016-01-13test: fix style issues after eslint updateMichaël Zasso
2016-01-02test: write to tmp dir rather than fixture dirRich Trott
2015-12-30test: don't use cwd for relative pathJohan Bergström
2015-12-30test: don't assume a certain folder structureJohan Bergström
2015-10-08test: remove common.inspect()Rich Trott
2015-09-28test: replace deprecated util.debug() callsRich Trott
2015-07-31test: use common.isWindows consistentlySakthipriyan Vairamani
2015-07-20test: formatting skip messages for TAP parsingSakthipriyan Vairamani
2015-06-22test: assert tmp and fixture dirs differentRich Trott
2015-06-13test: only refresh tmpDir for tests that need itRich Trott
2015-05-19test: enable linting for testsRoman Reiss
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-17test: split test in parallel/sequentialFedor Indutny