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
path: root/test
AgeCommit message (Expand)Author
2018-11-29test: reorder asserts argumentsMarcos Frony
2018-11-29test: updating assertion on test so it fits the new method signaturegarrik.leonardo@gmail.com
2018-11-29test: refactor functions to es6Michael Chen
2018-11-29test: replaced functions with arrow functionsedgarzapeka
2018-11-29test: corret assertion arg order in test-regress-GH-892.jsElvis-Philip N
2018-11-29test: fix test-dgram-pingpong assertion arg orderDavid Ward
2018-11-29test: fix assert.strictEqual() argument orderBen Schaaf
2018-11-29test: fix assert.strictEqual arg order in test-tls-ecdh-multiple.jsTakdeer Sodhan
2018-11-29test: use the correct parameter order on assert.strictEqual()Tyler Vann-Campbell
2018-11-29test: fix assert order in test-vm-contextLee Gray
2018-11-29test: switch arguments of assert()Arne Schramm
2018-11-29test: swap assert argument order in test-vm-create-and-run-in-context.jsPascal Lambert
2018-11-29test: fix order of assert.strictEqual() args to actual, expectedJoshua Belcher
2018-11-29test: fixed incorrect variable order in assert.strictEqual()Daniyal Mokhammad
2018-11-29test: properly order test assertion variablesDavid Scott
2018-11-29test: modernize test-child-process-flush-stdioViacheslav Liakhov
2018-11-29test: put expected assert value in correct placeJean-Francois Arseneau
2018-11-29test: fix argument order in assertionsIllescas, Ricardo
2018-11-29test: fix assertions args order in test/parallel/test-fs-chmod.jsMilton Sosa
2018-11-29test: fix strictEqual assertion argumentsAlejandro Oviedo Garcia
2018-11-29test: fix ordering of assertion valuesAndrew MacCuaig
2018-11-29test: update function keywords to fat arrowsRobert Monks
2018-11-29test: reversed arguments in strictqual to reflect documentationscabhi
2018-11-29test: modernized test to use arrow functionsGreg Goforth
2018-11-29test: use arrow functions in test-exception-handlerJenna Zeigen
2018-11-29test: fix argument order in asserts@CAYdenberg
2018-11-29test: modernizing test-dgram-listen-after-bind with arrow functionschrisforrette
2018-11-29test: fix strictEqual argument orderFelix Schlenkrich
2018-11-29test: rename process.argv[0] to process.execPath, rename ex to errKayla Altepeter
2018-11-29test: fix assertion argument orderCarl Richmond
2018-11-29test: fix assertion order test-tls-server-verifyCarolina Pinzon
2018-11-29test: fix assertion orderChris Nguyen
2018-11-29test: change to arrow functions in send-bad-argumentsAnna Zhao
2018-11-29lib: migrate from process.binding to internalBindingAndres Monge
2018-11-29bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-11-29test: removed unused variableMichal Hynek
2018-11-29test: fix argument order for assert.strictEqualStacey
2018-11-29test: fix assert.strictEqual params orderRock Hu
2018-11-29test: removed mustCallAsync from common and added inside testcaseQuinn Langille
2018-11-29benchmark: added a test benchmark for workerMuzafar Umarov
2018-11-29test: remove unused "e" from catch in http2 testStephen Heitman
2018-11-29test: remove unused variable from catchPaige Kato
2018-11-29test: inline common module booleanashleysimpson
2018-11-29test: swap the order arguments are passed to assertDylson Valente Neto
2018-11-29readline: assert without the use of event listenerLian Li
2018-11-29test: flip assertion arguments for make-callback/test.jsTim Cheung
2018-11-29test: replace function with arrow functionYitong
2018-11-29test: swap actual and expected in assertionsYitong
2018-11-29test: correctly order assertion argumentsEmily Kolar
2018-11-29test: mark `test-http2-session-timeout` as flake on ARMRefael Ackermann