Skip to content

Commit

Permalink
Fix failing test. All npm audit problems now fixed apart from those n…
Browse files Browse the repository at this point in the history
…eeding karma-runner/karma#2994 to be sorted.
  • Loading branch information
mchapman committed May 25, 2018
1 parent 655e1d2 commit 26ce35f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/searchSpec.js
Expand Up @@ -7,6 +7,7 @@ describe('search', function () {
beforeEach(function () {
angular.mock.module('formsAngular');
angular.mock.module('template/search-bs2.html');
angular.mock.module('template/search-bs3.html');
}
);

Expand Down

0 comments on commit 26ce35f

Please sign in to comment.