diff options
author | Bryce Johnson <bryce@gitlab.com> | 2016-12-20 15:07:03 +0100 |
---|---|---|
committer | Bryce Johnson <bryce@gitlab.com> | 2017-01-24 16:48:06 -0500 |
commit | f0b7e5708c8d6f2020f97cf0aa74ba1084f6adf1 (patch) | |
tree | 7009ec9be6648e83af559972938cb3e469bffb46 /spec/javascripts/environments | |
parent | 665dd3875285a63c978cb5621a2aaaa42ecdd453 (diff) | |
download | gitlab-ce-f0b7e5708c8d6f2020f97cf0aa74ba1084f6adf1.tar.gz |
Flag multiple empty lines in eslint, fix offenses.newline-eslint-rule
Diffstat (limited to 'spec/javascripts/environments')
-rw-r--r-- | spec/javascripts/environments/environment_rollback_spec.js.es6 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/javascripts/environments/environment_rollback_spec.js.es6 b/spec/javascripts/environments/environment_rollback_spec.js.es6 index 21241116e29..95796f23894 100644 --- a/spec/javascripts/environments/environment_rollback_spec.js.es6 +++ b/spec/javascripts/environments/environment_rollback_spec.js.es6 @@ -33,7 +33,6 @@ describe('Rollback Component', () => { expect(component.$el.querySelector('span').textContent).toContain('Re-deploy'); }); - it('Should render Rollback label when isLastDeployment is false', () => { const component = new window.gl.environmentsList.RollbackComponent({ el: document.querySelector('.test-dom-element'), |