Mercurial > hg > nodescore
view node_modules/xmlhttprequest/autotest.watchr @ 99:9641c2572988
osc modifications for operation integratus performance
author | Rob Canning <rob@foo.net> |
---|---|
date | Mon, 08 Dec 2014 21:30:23 +0000 |
parents | cd921abc8887 |
children |
line wrap: on
line source
def run_all_tests puts `clear` puts `node tests/test-constants.js` puts `node tests/test-headers.js` puts `node tests/test-request.js` end watch('.*.js') { run_all_tests } run_all_tests