Codacy cleanup

This commit is contained in:
Matthew Ross 2017-04-28 19:27:38 -04:00
parent c48a02a285
commit f1124e669a
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* globals expect RxJs localStorage RouterMock */
/* globals expect RxJs localStorage ResponseMock RouterMock */
var path = '../../build/',
apihttp = require(path + 'app.api-http.js'),

View File

@ -4,7 +4,9 @@ var path = '../../build/',
try {
require(path + 'main.js');
} catch (ex) {}
} catch (ex) {
// Ignore for coverage
}
describe('Module', () => {
it('provides an AppModule class', () => {