Commit bd2b76ce authored by Alfredo Sumaran's avatar Alfredo Sumaran

Merge branch 'fix-jasmine-describe' into 'master'

Don't use reserved name in jasmine tests

See merge request !10022
parents 0928d3cd 3c8d9cf0
...@@ -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