added editForm directive tests

This commit is contained in:
David Baldwynn 2015-08-20 17:56:21 -07:00
parent 6142afc91c
commit b470c67cf1
2 changed files with 3 additions and 2 deletions

View file

@ -22,7 +22,8 @@ module.exports = function(config) {
reporters: ['mocha', 'html', 'progress'],
preprocessors: {
'public/modules/**/*.html': ['ng-html2js']
'public/modules/**/*.html': ['ng-html2js'],
'public/modules/**/*.js': ['coverage'],
},
ngHtml2JsPreprocessor: {

View file

@ -88,7 +88,7 @@
// Point global variables to injected services
$httpBackend = _$httpBackend_;
// $httpBackend.whenGET(/.+\.html$/).respond('');
$httpBackend.whenGET(/.+\.html$/).respond('');
$httpBackend.whenGET('/users/me/').respond('');
//Grab controller instance