Преглед изворни кода

started adding Color unit tests

Brian Cajes пре 12 година
родитељ
комит
9265c01705
1 измењених фајлова са 0 додато и 6 уклоњено
  1. 0 6
      test/unit/math/Color.js~

+ 0 - 6
test/unit/math/Color.js~

@@ -1,6 +0,0 @@
-module( "Color" );
-
-test( "constructor", function(){
-    var c = new Color()
-    ok(c, "Passed!")
-});