diff --git a/frontend/src/app.spec.js b/frontend/src/app.spec.js index f1f5df476..545e0f048 100644 --- a/frontend/src/app.spec.js +++ b/frontend/src/app.spec.js @@ -23,7 +23,7 @@ describe('App', () => { expect(global.App).toBeTruthy(); }); - it('should setup all utlites when page is done loading', () => { + it('should init all utlites when page is done loading', () => { spyOn(global.App.utilRegistry, 'initAll'); document.dispatchEvent(new Event('DOMContentLoaded')); expect(global.App.utilRegistry.initAll).toHaveBeenCalled();