Add TODO -- move that assertion someplace else.
[dygraphs.git] / auto_tests / tests / to_dom_coords.js
index c70b704..98da7c4 100644 (file)
@@ -56,6 +56,7 @@ ToDomCoordsTestCase.prototype.testPlainChart = function() {
 
   this.checkForInverses(g);
 
+  // TODO(konigsberg): This doesn't really belong here. Move to its own test.
   var htx = g.hidden_ctx_;
   assertEquals(1, CanvasAssertions.numLinesDrawn(htx, '#ff0000'));
 }