]> source.dussan.org Git - sonarqube.git/commit
SONAR-9935 Add some unit tests
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Fri, 13 Oct 2017 13:45:56 +0000 (15:45 +0200)
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>
Mon, 23 Oct 2017 15:01:13 +0000 (08:01 -0700)
commitcc7c40ced053d5ba7bcc453b28f9cfcdf022a180
treeca98a5f3358225b843f361dabd57cfd7fe940f43
parentd04f3466ac7eda479ddd559e8b245eff971c6ee2
SONAR-9935 Add some unit tests
39 files changed:
server/sonar-web/src/main/js/apps/marketplace/PluginActions.tsx [deleted file]
server/sonar-web/src/main/js/apps/marketplace/PluginAvailable.tsx [deleted file]
server/sonar-web/src/main/js/apps/marketplace/PluginChangeLog.tsx [deleted file]
server/sonar-web/src/main/js/apps/marketplace/PluginChangeLogButton.tsx [deleted file]
server/sonar-web/src/main/js/apps/marketplace/PluginChangeLogItem.tsx [deleted file]
server/sonar-web/src/main/js/apps/marketplace/PluginDescription.tsx [deleted file]
server/sonar-web/src/main/js/apps/marketplace/PluginInstalled.tsx [deleted file]
server/sonar-web/src/main/js/apps/marketplace/PluginLicense.tsx [deleted file]
server/sonar-web/src/main/js/apps/marketplace/PluginOrganization.tsx [deleted file]
server/sonar-web/src/main/js/apps/marketplace/PluginStatus.tsx [deleted file]
server/sonar-web/src/main/js/apps/marketplace/PluginUpdateButton.tsx [deleted file]
server/sonar-web/src/main/js/apps/marketplace/PluginUpdateItem.tsx [deleted file]
server/sonar-web/src/main/js/apps/marketplace/PluginUpdates.tsx [deleted file]
server/sonar-web/src/main/js/apps/marketplace/PluginUrls.tsx [deleted file]
server/sonar-web/src/main/js/apps/marketplace/PluginsList.tsx
server/sonar-web/src/main/js/apps/marketplace/__tests__/Footer-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/__tests__/PendingActions-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/__tests__/__snapshots__/Footer-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/__tests__/__snapshots__/PendingActions-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/components/PluginActions.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/components/PluginAvailable.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/components/PluginChangeLog.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/components/PluginChangeLogButton.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/components/PluginChangeLogItem.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/components/PluginDescription.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/components/PluginInstalled.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/components/PluginLicense.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/components/PluginOrganization.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/components/PluginStatus.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/components/PluginUpdateButton.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/components/PluginUpdateItem.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/components/PluginUpdates.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/components/PluginUrls.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/components/__tests__/PluginDescription-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/components/__tests__/PluginLicense-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/components/__tests__/PluginUrls-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/components/__tests__/__snapshots__/PluginDescription-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/components/__tests__/__snapshots__/PluginLicense-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/components/__tests__/__snapshots__/PluginUrls-test.tsx.snap [new file with mode: 0644]