aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/components/SourceViewer
diff options
context:
space:
mode:
authorPhilippe Perrin <philippe.perrin@sonarsource.com>2020-03-17 12:57:00 +0100
committersonartech <sonartech@sonarsource.com>2020-04-08 20:03:18 +0000
commit93cf9ba40b2b0769611b2036279879d9de546e01 (patch)
tree87851ab65349c8685d5b852fed749cb9d3c1ee0b /server/sonar-web/src/main/js/components/SourceViewer
parent1079262251f6118a44a5209efdaab75f26086d33 (diff)
downloadsonarqube-93cf9ba40b2b0769611b2036279879d9de546e01.tar.gz
sonarqube-93cf9ba40b2b0769611b2036279879d9de546e01.zip
Fix eslint's issues
Diffstat (limited to 'server/sonar-web/src/main/js/components/SourceViewer')
-rw-r--r--server/sonar-web/src/main/js/components/SourceViewer/helpers/__tests__/duplications-test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/components/SourceViewer/helpers/__tests__/duplications-test.ts b/server/sonar-web/src/main/js/components/SourceViewer/helpers/__tests__/duplications-test.ts
index 6944be9c6af..1c11aeb8846 100644
--- a/server/sonar-web/src/main/js/components/SourceViewer/helpers/__tests__/duplications-test.ts
+++ b/server/sonar-web/src/main/js/components/SourceViewer/helpers/__tests__/duplications-test.ts
@@ -32,7 +32,7 @@ describe('getDuplicationBlocksForIndex', () => {
});
describe('isDuplicationBlockInRemovedComponent', () => {
- it('should ', () => {
+ it('should', () => {
expect(
isDuplicationBlockInRemovedComponent([
{ _ref: '0', from: 2, size: 2 },