Introducing unit testing with Karma + Jasmine.

This commit is contained in:
Gunther Brunner
2014-08-19 20:20:18 +09:00
parent 0753ac4730
commit b2a354dd84
3 changed files with 26 additions and 1 deletions

View File

@@ -47,5 +47,8 @@
"angular": "~1.3.0-beta.18",
"angular-sanitize": "~1.3.0-beta.18",
"bootstrap": "~3.2.0"
},
"devDependencies": {
"angular-mocks": "~1.2.22"
}
}