Commit 3c8d9cf0 authored by Mike Greiling's avatar Mike Greiling

fix describe block to make the karma reporter happy

parent c2d3ea04
...@@ -17,7 +17,7 @@ describe('Build', () => { ...@@ -17,7 +17,7 @@ describe('Build', () => {
spyOn($, 'ajax'); spyOn($, 'ajax');
}); });
describe('constructor', () => { describe('class constructor', () => {
beforeEach(() => { beforeEach(() => {
jasmine.clock().install(); jasmine.clock().install();
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment