Browse Source

started adding Color unit tests

Brian Cajes 12 năm trước cách đây
mục cha
commit
9265c01705
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  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!")
-});