make ui unit tests run for jobResultsController

This commit is contained in:
John Mitchell 2016-12-06 17:05:54 -05:00
parent d65e06c900
commit fef0475580

View File

@ -139,7 +139,7 @@ describe('Controller: jobResultsController', () => {
});
};
beforeEach(angular.mock.module('Tower'));
beforeEach(angular.mock.module('shared'));
let bootstrapTest = () => {
provideVals();