Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-04test: prepare for consistent comma-dangle lint ruleRich Trott
2020-12-08test: add common.mustSucceedTobias Nießen
2020-10-14test: adjust comments for upcoming lint ruleRich Trott
2019-12-31test: refactor common.expectsErrorRuben Bridgewater
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-02-01test: move tmpdir to submodule of commonRich Trott
2017-12-08test: replace assert.throws w/ common.expectsErrorMithun Sasidharan
2017-11-29test: remove common.tmpDirNameRich Trott
2017-11-09fs: expose realpath(3) bindingsBen Noordhuis
2017-10-29test: 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-07benchmark,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-19test: 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-29test,tools: adjust function argument alignmentRich Trott
2016-04-15fs: optimize realpath using uv_fs_realpath()Yuval Brik
2016-03-22lib: simplify code with String.prototype.repeat()Jackson Tian
2016-02-18src,test,tools: modify for more stringent lintingRich Trott
2016-01-14test: fix style issues after eslint updateMichaël Zasso
2016-01-03test: 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-09test: remove common.inspect()Rich Trott
2015-09-28test: replace deprecated util.debug() callsRich Trott
2015-07-30test: 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-14test: only refresh tmpDir for tests that need itRich Trott
2015-05-19test: enable linting for testsRoman Reiss
2015-01-13Remove excessive copyright/license boilerplateisaacs
2014-12-17test: split test in parallel/sequentialFedor Indutny