Adding jasmine test integration

This commit is contained in:
Jeff Avallone
2014-11-23 18:55:32 -05:00
parent a0ace648fb
commit 9d7730cc3c
12 changed files with 3768 additions and 15 deletions
+7
View File
@@ -0,0 +1,7 @@
export function test1() {
return 1;
}
export function test2() {
return 'two';
}