summaryrefslogtreecommitdiff
path: root/test/pummel/test-fs-watch-file.js
AgeCommit message (Expand)Author
2019-01-09test: fix test/pummel/test-fs-watch-file.jsRich Trott
2018-10-15test: use correct argument order for assert.strictEqual()Oktavianus Ludiro
2018-02-16test: minor refactoringRuben Bridgewater
2018-02-16test: remove assert.doesNotThrow()Ruben Bridgewater
2018-01-31test: move tmpdir to submodule of commonRich Trott
2017-07-27test: adjust indentation for stricter lintingRich Trott
2017-05-05test: reduce string concatenationsVse Mozhet Byt
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-06test: add common.mustNotCall()cjihrig
2017-01-23test: use common.fail() instead of assert(false)cjihrig
2017-01-13test: no unused args test-fs-watch-file.jsistinson
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-01-05test: remove unused varsRich Trott
2015-05-19test: enable linting for testsRoman Reiss
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-02-06fs: make unwatchFile() insensitive to pathiamdoron
2012-07-09test: make test-fs-watch-file write to tmp dirBen Noordhuis
2012-07-09fs: make unwatchFile() remove a specific listenerBen Noordhuis
2012-06-21fs: make fs.watchFile() work on windowsBen Noordhuis
2012-03-03disable fs.watchFile tests on windowsIgor Zinkovsky
2011-11-02Remove separation of libuv testsRyan Dahl
2011-10-15test: replace .addListener() calls with .on()Ben Noordhuis
2011-10-12Move some slow tests to pummelRyan Dahl