瀏覽代碼

[ui-config] lint fix

Björn Alm 8 月之前
父節點
當前提交
7396f7ad34
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      desktop/core/src/desktop/js/apps/admin/Configuration/ConfigurationTab.test.tsx

+ 1 - 3
desktop/core/src/desktop/js/apps/admin/Configuration/ConfigurationTab.test.tsx

@@ -121,7 +121,6 @@ describe('Configuration Component', () => {
     });
   });
 
-
   test('Renders Configuration component mathcing search', async () => {
     render(<Configuration />);
 
@@ -152,12 +151,11 @@ describe('Configuration Component', () => {
       expect(screen.getAllByText(/test/i)).toHaveLength(3);
       expect(screen.getByText(/test\.config2/i)).toBeInTheDocument();
       expect(screen.getByText(/Hello World/i)).toBeInTheDocument();
-      
+
       expect(screen.queryByText(/example\.config/i)).not.toBeInTheDocument();
     });
   });
 
-
   test('Filters configuration based on input text', async () => {
     render(<Configuration />);