Fixed focused test in notes spec

This commit is contained in:
Phil Hughes 2017-05-08 14:59:18 +01:00
parent ee01ebd9e4
commit 81b1b7633b

View file

@ -7,7 +7,7 @@ import '~/render_gfm';
import '~/render_math'; import '~/render_math';
import '~/notes'; import '~/notes';
fdescribe('Merge request notes', () => { describe('Merge request notes', () => {
window.gon = window.gon || {}; window.gon = window.gon || {};
window.gl = window.gl || {}; window.gl = window.gl || {};
gl.utils = gl.utils || {}; gl.utils = gl.utils || {};