From c051c5bb828d28fbc3e17f2ea27601adc133a892 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Mon, 20 May 2019 14:41:08 -0700 Subject: [PATCH] remove unused variable in test --- test/unit/styling-scoped-nopatch.html | 1 - 1 file changed, 1 deletion(-) diff --git a/test/unit/styling-scoped-nopatch.html b/test/unit/styling-scoped-nopatch.html index 2fecb229ec..2d9426c995 100644 --- a/test/unit/styling-scoped-nopatch.html +++ b/test/unit/styling-scoped-nopatch.html @@ -158,7 +158,6 @@ el = fixture('deep'); }); test('scopeSubtree does not modify other elements\' trees', function() { - const target = el.$.target; const container = el.$.container; const deepContainer = el.$.other.$.container; const deep = document.createElement('div');