annotate node_modules/xmlhttprequest/autotest.watchr @ 101:52e44ee1c791 tip master

enabled all scores in autostart script
author Rob Canning <rc@kiben.net>
date Tue, 21 Apr 2015 16:20:57 +0100
parents cd921abc8887
children
rev   line source
rob@77 1 def run_all_tests
rob@77 2 puts `clear`
rob@77 3 puts `node tests/test-constants.js`
rob@77 4 puts `node tests/test-headers.js`
rob@77 5 puts `node tests/test-request.js`
rob@77 6 end
rob@77 7 watch('.*.js') { run_all_tests }
rob@77 8 run_all_tests