From 91c75f99fe5f484115721cce270497e24ff7da15 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Tue, 16 Jun 2015 17:41:32 +0200 Subject: [PATCH] refactor(ShadowDomStrategy): remove unused imports in test --- .../test/render/dom/shadow_dom_emulation_integration_spec.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/angular2/test/render/dom/shadow_dom_emulation_integration_spec.ts b/modules/angular2/test/render/dom/shadow_dom_emulation_integration_spec.ts index b439f7363a..615a894b78 100644 --- a/modules/angular2/test/render/dom/shadow_dom_emulation_integration_spec.ts +++ b/modules/angular2/test/render/dom/shadow_dom_emulation_integration_spec.ts @@ -34,10 +34,6 @@ import {StyleInliner} from 'angular2/src/render/dom/shadow_dom/style_inliner'; import {DomTestbed} from './dom_testbed'; -import {Injectable} from 'angular2/di'; - -import {Component, View} from 'angular2/annotations'; - export function main() { describe('ShadowDom integration tests', function() { var strategies = {