From e7c1ce80cce61123502e5e4fb2d48c07d60a17a5 Mon Sep 17 00:00:00 2001 From: Yoan Vallet <yoan.vallet@gmail.com> Date: Tue, 24 Nov 2020 23:36:11 +0100 Subject: [PATCH] feat: clean test --- src/components/LegalNotice/LegalNoticeLink.spec.tsx | 2 -- src/components/LegalNotice/LegalNoticeView.spec.tsx | 2 -- src/components/Navbar/Navbar.spec.tsx | 2 -- src/components/Welcome/WelcomeModal.spec.tsx | 2 -- 4 files changed, 8 deletions(-) diff --git a/src/components/LegalNotice/LegalNoticeLink.spec.tsx b/src/components/LegalNotice/LegalNoticeLink.spec.tsx index 1e5c27d0c..7f01b8a67 100644 --- a/src/components/LegalNotice/LegalNoticeLink.spec.tsx +++ b/src/components/LegalNotice/LegalNoticeLink.spec.tsx @@ -1,5 +1,3 @@ -'use strict' -/* eslint-env jest */ import React from 'react' import { shallow } from 'enzyme' import LegalNoticeLink from 'components/LegalNotice/LegalNoticeLink' diff --git a/src/components/LegalNotice/LegalNoticeView.spec.tsx b/src/components/LegalNotice/LegalNoticeView.spec.tsx index 3f8f4366d..d63efac8a 100644 --- a/src/components/LegalNotice/LegalNoticeView.spec.tsx +++ b/src/components/LegalNotice/LegalNoticeView.spec.tsx @@ -1,5 +1,3 @@ -'use strict' -/* eslint-env jest */ import React from 'react' import { shallow } from 'enzyme' import LegalNoticeView from 'components/LegalNotice/LegalNoticeView' diff --git a/src/components/Navbar/Navbar.spec.tsx b/src/components/Navbar/Navbar.spec.tsx index d4ce8fa28..c15e295cb 100644 --- a/src/components/Navbar/Navbar.spec.tsx +++ b/src/components/Navbar/Navbar.spec.tsx @@ -1,5 +1,3 @@ -'use strict' -/* eslint-env jest */ import React from 'react' import { shallow } from 'enzyme' import Navbar from 'components/Navbar/Navbar' diff --git a/src/components/Welcome/WelcomeModal.spec.tsx b/src/components/Welcome/WelcomeModal.spec.tsx index 052050fe7..130805ed9 100644 --- a/src/components/Welcome/WelcomeModal.spec.tsx +++ b/src/components/Welcome/WelcomeModal.spec.tsx @@ -1,5 +1,3 @@ -'use strict' -/* eslint-env jest */ import React from 'react' import { shallow } from 'enzyme' import WelcomeModal from './WelcomeModal' -- GitLab