summaryrefslogtreecommitdiff
path: root/test/pummel/test-net-pause.js
AgeCommit message (Expand)Author
2018-11-25test: convert callback to arrow functionjamesgeorge007
2018-11-21test: replace anonymous closure with arrow functionssuman-mitra
2018-10-15test: reorder asserts argumentsMarcos Frony
2017-05-05test: reduce string concatenationsVse Mozhet Byt
2017-03-10meta: restore original copyright headerJames M Snell
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-02test: use const for all require() callscjihrig
2015-09-28test: change calls to deprecated util.print()Rich Trott
2015-09-28test: replace deprecated util.debug() callsRich Trott
2015-05-19test: enable linting for testsRoman Reiss
2015-01-12Remove excessive copyright/license boilerplateisaacs
2011-10-15test: replace .addListener() calls with .on()Ben Noordhuis
2011-03-14Update copyright headersRyan Dahl
2010-12-05GJSLint all tests, only 3 long lines left in test-url.jsOleg Efimov
2010-12-04Fix global leaksRyan Dahl
2010-12-02GJSLint part of testsOleg Efimov
2010-08-17More changes to tests so they really work under context module loader.Herbert Vojčík
2010-08-10Fix race conditions in testsRyan Dahl
2010-07-15Update tests to work with module contextsRyan Dahl
2010-06-23:%s/sys.puts/console.log/gRyan Dahl
2010-06-18Renaming tcp tests to net testsMicheil Smith