You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
202 B

7 years ago
  1. def run_all_tests
  2. puts `clear`
  3. puts `node tests/test-constants.js`
  4. puts `node tests/test-headers.js`
  5. puts `node tests/test-request.js`
  6. end
  7. watch('.*.js') { run_all_tests }
  8. run_all_tests