Mercurial > hg > nodescore
view node_modules/xmlhttprequest/autotest.watchr @ 81:ac6c303fbddc
changes to UI for martin version
author | Rob Canning <rob@foo.net> |
---|---|
date | Sun, 20 Jul 2014 14:26:06 +0100 |
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