test: added simple View test

This commit is contained in:
Misko Hevery
2014-09-28 20:02:32 -07:00
parent 9c7c7e8acf
commit 817c005845
9 changed files with 65 additions and 27 deletions
+1
View File
@@ -162,6 +162,7 @@ function type(actual, T) {
throw new Error(msg);
}
return actual;
}
function returnType(actual, T) {