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
1 changed files with 1 additions and 1 deletions

View File

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