updated watchfile to test only changed file

This commit is contained in:
brianc 2010-10-03 00:17:26 -05:00
parent ab0076aa68
commit 9ea4687314

View File

@ -13,6 +13,5 @@ watch('lib/(.*)\.js') { |md|
}
watch('test/(.*)\.js') { |md|
puts "test changed"
run_parser_tests
system("node #{md}");
}