소스 검색

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