Explorar o código

started adding Color unit tests

Brian Cajes %!s(int64=12) %!d(string=hai) anos
pai
achega
9265c01705
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  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!")
-});