Sign in
cobalt
/
cobalt
/
533a643cb20177464b426e4fd9e3303882d01021
/
.
/
third_party
/
devtools
/
node_modules
/
xmlhttprequest-ssl
/
autotest.watchr
blob: 5324db6cdd51785c00805f005520b5e129d971cc [
file
]
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