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