]> source.dussan.org Git - sonarqube.git/commit
Add tests for untested components
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Thu, 7 Mar 2019 12:30:28 +0000 (13:30 +0100)
committersonartech <sonartech@sonarsource.com>
Tue, 26 Mar 2019 12:37:56 +0000 (13:37 +0100)
commit62a8287557d8ea46c6d09a9acd679f1e3c5f01cd
tree88bdcde6d3d7379f6c82d3e757b9d6465e50cef3
parent16f267a80f2863f4ff4c2d609584d4cc0fbaae76
Add tests for untested components
30 files changed:
server/sonar-web/src/main/js/app/components/GlobalContainer.tsx
server/sonar-web/src/main/js/app/components/__tests__/GlobalContainer-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/__tests__/ProjectAdminContainer-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/GlobalContainer-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/ProjectAdminContainer-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/a11y/__tests__/A11yProvider-test.tsx
server/sonar-web/src/main/js/apps/about/components/AboutApp.tsx
server/sonar-web/src/main/js/apps/about/components/__tests__/AboutApp-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/about/components/__tests__/__snapshots__/AboutApp-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/components/Account.tsx
server/sonar-web/src/main/js/apps/account/components/__tests__/Account-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/account/components/__tests__/__snapshots__/Account-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/component-measures/sidebar/__tests__/__snapshots__/Sidebar-test.tsx.snap
server/sonar-web/src/main/js/apps/create/organization/__tests__/CreateOrganization-test.tsx
server/sonar-web/src/main/js/apps/create/organization/__tests__/__snapshots__/CreateOrganization-test.tsx.snap
server/sonar-web/src/main/js/apps/create/project/__tests__/CreateProjectPage-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/create/project/__tests__/__snapshots__/CreateProjectPage-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/documentation/components/__tests__/App-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/documentation/components/__tests__/__snapshots__/App-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/organizationMembers/__tests__/__snapshots__/OrganizationMembers-test.tsx.snap
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/ProjectActivityApp-test.tsx.snap
server/sonar-web/src/main/js/apps/projects/components/__tests__/__snapshots__/AllProjects-test.tsx.snap
server/sonar-web/src/main/js/apps/securityReports/components/__tests__/__snapshots__/App-test.tsx.snap
server/sonar-web/src/main/js/apps/web-api/components/WebApiApp.tsx
server/sonar-web/src/main/js/apps/web-api/components/__tests__/WebApiApp-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/web-api/components/__tests__/__snapshots__/WebApiApp-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/hoc/__tests__/whenLoggedIn-test.tsx
server/sonar-web/src/main/js/components/hoc/__tests__/withCurrentUser-test.tsx
server/sonar-web/src/main/js/components/hoc/__tests__/withUserOrganizations-test.tsx
server/sonar-web/src/main/js/helpers/testMocks.ts