Tests: removed js.t TODOs for empty buffers, fixed in njs 0.2.0.
diff --git a/js.t b/js.t
index c7e35ba..b221984 100644
--- a/js.t
+++ b/js.t
@@ -306,15 +306,8 @@
 http_get('/req_except');
 http_get('/res_except');
 
-TODO: {
-local $TODO = 'zero size buf in writer';
-
 like(http_get('/res_ihdr'), qr/\x0d\x0a?\x0d\x0a?$/m, 'res.send zero');
 
-$t->todo_alerts();
-
-}
-
 TODO: {
 local $TODO = 'not yet'
 		unless http_get('/njs') =~ /^([.0-9]+)$/m && $1 ge '0.2.1';