aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/components/issue
diff options
context:
space:
mode:
authorStas Vilchik <stas.vilchik@sonarsource.com>2018-05-15 17:10:00 +0200
committerSonarTech <sonartech@sonarsource.com>2018-05-15 20:20:50 +0200
commit5386cb6010e7469db0c8f0fa5972973b9a2fa266 (patch)
tree3fc0e12c1c69f9f9621f583d8955fd2c7acd10f4 /server/sonar-web/src/main/js/components/issue
parent05a73f23b2e922de87d37dc101728c94dfee7648 (diff)
downloadsonarqube-5386cb6010e7469db0c8f0fa5972973b9a2fa266.tar.gz
sonarqube-5386cb6010e7469db0c8f0fa5972973b9a2fa266.zip
rewrite some components in ts (#243)
Diffstat (limited to 'server/sonar-web/src/main/js/components/issue')
-rw-r--r--server/sonar-web/src/main/js/components/issue/components/__tests__/__snapshots__/IssueTitleBar-test.js.snap4
1 files changed, 1 insertions, 3 deletions
diff --git a/server/sonar-web/src/main/js/components/issue/components/__tests__/__snapshots__/IssueTitleBar-test.js.snap b/server/sonar-web/src/main/js/components/issue/components/__tests__/__snapshots__/IssueTitleBar-test.js.snap
index 8f3694dd8d0..93d4a3f72d2 100644
--- a/server/sonar-web/src/main/js/components/issue/components/__tests__/__snapshots__/IssueTitleBar-test.js.snap
+++ b/server/sonar-web/src/main/js/components/issue/components/__tests__/__snapshots__/IssueTitleBar-test.js.snap
@@ -1,9 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`should count all code locations 1`] = `
-<LocationIndex
- selected={false}
->
+<LocationIndex>
7
</LocationIndex>
`;