Add Karma Test Runner

* update package.json w/ karma dependencies
* add npm test script
* add node_modules to .gitignore
This commit is contained in:
daviskoh
2015-02-04 21:45:10 -05:00
parent 0e56641b28
commit ce4f64dc73
3 changed files with 52 additions and 3 deletions

3
.gitignore vendored
View File

@@ -2,4 +2,5 @@ a.out
*.class
/**/java/out/*
/**/.idea/workspace.xml
/lib/
/lib/
/node_modules/