summaryrefslogtreecommitdiff
path: root/test/pummel/test-timers.js
AgeCommit message (Expand)Author
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-07-10test: swap arguments in strictEqual()Sohail Rajdev
2017-05-05test: reduce string concatenationsVse Mozhet Byt
2017-03-10meta: restore original copyright headerJames M Snell
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
2016-08-18test: favor `===` over `==` in test-timers.jsRich Trott
2016-07-18test: use mustCall() for simple flow trackingcjihrig
2016-01-19test: fix issues for space-in-parens ESLint ruleRoman Reiss
2016-01-05test: remove unused varsRich Trott
2015-12-26test: remove unnecessary assignmentsRich 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
2011-02-18Use console.error in test-timersRyan Dahl
2010-12-05GJSLint all tests, only 3 long lines left in test-url.jsOleg Efimov
2010-12-04Fix global leaksRyan Dahl
2010-12-04Fix global leaksRyan Dahl
2010-12-02GJSLint part of testsOleg Efimov
2010-11-29Fixed: clearTimeouts calling multiple timesMichael W
2010-10-29Handle null values in clearTimeoutRyan Dahl
2010-08-31Make sure setInterval(cb, 0) loops infinitelyRyan Dahl
2010-07-15Update tests to work with module contextsRyan Dahl
2010-07-15Load modules in individual contextsRyan Dahl
2010-06-23:%s/sys.puts/console.log/gRyan Dahl
2010-03-08Remove process.mixin dependency from all tests.isaacs
2010-02-25Split tests.arlolra