summaryrefslogtreecommitdiff
path: root/web-ui
diff options
context:
space:
mode:
authorAnike Arni <aarni@thoughtworks.com>2017-02-22 17:50:09 -0300
committerAnike Arni <aarni@thoughtworks.com>2017-02-22 17:50:09 -0300
commit55cae8e71afec52e31401c512b8bebbb1e5ca88d (patch)
tree1e28b3200f329f4ddbe85c399e26b05d192ea354 /web-ui
parentf7a8a2c01f3f66c78a19e3aceab8bc0a823b94a3 (diff)
[#907] Fix lint
with @thaissiqueira
Diffstat (limited to 'web-ui')
-rw-r--r--web-ui/test/unit/login/app.spec.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/web-ui/test/unit/login/app.spec.js b/web-ui/test/unit/login/app.spec.js
index 2036dfd7..39d21f04 100644
--- a/web-ui/test/unit/login/app.spec.js
+++ b/web-ui/test/unit/login/app.spec.js
@@ -50,5 +50,4 @@ describe('App', () => {
app = shallow(<App t={mockTranslations} />);
expect(app.find('.logo').props().className).toEqual('logo');
});
-
});