From aa0feb8c0f66818332842372fad3fae843cb5140 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Mon, 19 Dec 2016 15:14:23 +0100 Subject: add "validate" script --- .../main/js/apps/quality-profiles/changelog/__tests__/Changelog-test.js | 1 - 1 file changed, 1 deletion(-) (limited to 'server/sonar-web/src/main/js/apps/quality-profiles/changelog') 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'; -- cgit v1.2.3