Skip to content

Commit

Permalink
remove unused variable in test
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed May 20, 2019
1 parent 634d736 commit c051c5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/styling-scoped-nopatch.html
Expand Up @@ -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');
Expand Down

0 comments on commit c051c5b

Please sign in to comment.