fix describe block to make the karma reporter happy
This commit is contained in:
parent
c2d3ea04f6
commit
3c8d9cf0b4
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ describe('Build', () => {
|
||||||
spyOn($, 'ajax');
|
spyOn($, 'ajax');
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('constructor', () => {
|
describe('class constructor', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
jasmine.clock().install();
|
jasmine.clock().install();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue