diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2020-03-17 12:57:00 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-04-08 20:03:18 +0000 |
commit | 93cf9ba40b2b0769611b2036279879d9de546e01 (patch) | |
tree | 87851ab65349c8685d5b852fed749cb9d3c1ee0b /server/sonar-web/src/main/js/components/SourceViewer | |
parent | 1079262251f6118a44a5209efdaab75f26086d33 (diff) | |
download | sonarqube-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.ts | 2 |
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 }, |