From 7a0248e4302f6ba94818d91ab185a8a5327583c3 Mon Sep 17 00:00:00 2001 From: Alexey Safronov Date: Tue, 21 May 2019 16:33:36 +0300 Subject: [PATCH] Removed useless files --- web/ASC.Web.Components/src/styles.css | 8 -------- web/ASC.Web.Components/src/test.js | 7 ------- 2 files changed, 15 deletions(-) delete mode 100644 web/ASC.Web.Components/src/styles.css delete mode 100644 web/ASC.Web.Components/src/test.js diff --git a/web/ASC.Web.Components/src/styles.css b/web/ASC.Web.Components/src/styles.css deleted file mode 100644 index 44c1f06cdc..0000000000 --- a/web/ASC.Web.Components/src/styles.css +++ /dev/null @@ -1,8 +0,0 @@ -/* add css styles here (optional) */ - -.test { - display: inline-block; - margin: 2em auto; - border: 2px solid #000; - font-size: 2em; -} diff --git a/web/ASC.Web.Components/src/test.js b/web/ASC.Web.Components/src/test.js deleted file mode 100644 index d7cac64133..0000000000 --- a/web/ASC.Web.Components/src/test.js +++ /dev/null @@ -1,7 +0,0 @@ -import ExampleComponent from './' - -describe('ExampleComponent', () => { - it('is truthy', () => { - expect(ExampleComponent).toBeTruthy() - }) -})