Переглянути джерело

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!")
-});