diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2019-03-07 13:30:28 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2019-03-26 13:37:56 +0100 |
commit | 62a8287557d8ea46c6d09a9acd679f1e3c5f01cd (patch) | |
tree | 88bdcde6d3d7379f6c82d3e757b9d6465e50cef3 /server/sonar-web/src/main/js/app/components/GlobalContainer.tsx | |
parent | 16f267a80f2863f4ff4c2d609584d4cc0fbaae76 (diff) | |
download | sonarqube-62a8287557d8ea46c6d09a9acd679f1e3c5f01cd.tar.gz sonarqube-62a8287557d8ea46c6d09a9acd679f1e3c5f01cd.zip |
Add tests for untested components
Diffstat (limited to 'server/sonar-web/src/main/js/app/components/GlobalContainer.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/app/components/GlobalContainer.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/app/components/GlobalContainer.tsx b/server/sonar-web/src/main/js/app/components/GlobalContainer.tsx index 3e5e40382ee..51d7dc41985 100644 --- a/server/sonar-web/src/main/js/app/components/GlobalContainer.tsx +++ b/server/sonar-web/src/main/js/app/components/GlobalContainer.tsx @@ -27,7 +27,7 @@ import A11yProvider from './a11y/A11yProvider'; import A11ySkipLinks from './a11y/A11ySkipLinks'; import Workspace from '../../components/workspace/Workspace'; -interface Props { +export interface Props { children: React.ReactNode; footer?: React.ReactNode; location: { pathname: string }; |