From 590450291af2c4c15593923115f8159a786cef7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 5 Mar 2019 09:23:04 +0100 Subject: [PATCH] Update frontend.md --- style_guides/frontend.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/style_guides/frontend.md b/style_guides/frontend.md index 4f4c5dd7a3b..caef4f711ef 100644 --- a/style_guides/frontend.md +++ b/style_guides/frontend.md @@ -22,9 +22,7 @@ Generally we follow the Airbnb [React Style Guide](https://github.com/airbnb/ja * Components and types that needs to be used by external plugins needs to go into @grafana/ui * Components should get their own folder under features/xxx/components * Sub components can live in that component folders, so small component do not need their own folder - * Place test next to their component file (same dir) - * Mocks in __mocks__ dir - * Test utils in __tests__ dir + * Place test next to their component file (same dir) * Component sass should live in the same folder as component code * State logic & domain models should live in features/xxx/state * Containers (pages) can live in feature root features/xxx