From 84caad1bff289c564f72470dcc6b738be2b33484 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 24 Apr 2021 13:20:18 +0200 Subject: [PATCH] lint fix --- webapp/components/Registration/Signup.spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/components/Registration/Signup.spec.js b/webapp/components/Registration/Signup.spec.js index 659dd8a58..dda0cbb9d 100644 --- a/webapp/components/Registration/Signup.spec.js +++ b/webapp/components/Registration/Signup.spec.js @@ -98,7 +98,6 @@ describe('Signup', () => { expect(wrapper.emitted('submit')).toEqual([[{ email: 'mail@example.org' }]]) }) }) - }) }) })