fix describe block to make the karma reporter happy

This commit is contained in:
Mike Greiling 2017-03-16 15:13:03 -05:00
parent c2d3ea04f6
commit 3c8d9cf0b4

View file

@ -17,7 +17,7 @@ describe('Build', () => {
spyOn($, 'ajax'); spyOn($, 'ajax');
}); });
describe('constructor', () => { describe('class constructor', () => {
beforeEach(() => { beforeEach(() => {
jasmine.clock().install(); jasmine.clock().install();
}); });