aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2016-12-19 15:14:23 +0100
committerStas Vilchik <vilchiks@gmail.com>2016-12-19 15:14:23 +0100
commitaa0feb8c0f66818332842372fad3fae843cb5140 (patch)
tree0a59fa4e7a7b310d0293fda3d2da8943fd5447e8 /server/sonar-web/src/main/js
parentdb1e2fd90a7cbbb8b3a3dd0a0c657f4858387b19 (diff)
downloadsonarqube-aa0feb8c0f66818332842372fad3fae843cb5140.tar.gz
sonarqube-aa0feb8c0f66818332842372fad3fae843cb5140.zip
add "validate" script
Diffstat (limited to 'server/sonar-web/src/main/js')
-rw-r--r--server/sonar-web/src/main/js/apps/quality-profiles/changelog/__tests__/Changelog-test.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/quality-profiles/changelog/__tests__/Changelog-test.js b/server/sonar-web/src/main/js/apps/quality-profiles/changelog/__tests__/Changelog-test.js
index 35759789ac4..4447249a70b 100644
--- a/server/sonar-web/src/main/js/apps/quality-profiles/changelog/__tests__/Changelog-test.js
+++ b/server/sonar-web/src/main/js/apps/quality-profiles/changelog/__tests__/Changelog-test.js
@@ -19,7 +19,6 @@
*/
import { shallow } from 'enzyme';
import React from 'react';
-import { Link } from 'react-router';
import Changelog from '../Changelog';
import ChangesList from '../ChangesList';