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
1 changed files with 1 additions and 1 deletions

View File

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