From d8bd32f1e56410ab28eed495801d0819d8fdcc60 Mon Sep 17 00:00:00 2001 From: Aron Allen Date: Mon, 2 Jan 2017 09:44:17 +0100 Subject: [PATCH] updated description of test --- test/htmldomapi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/htmldomapi.js b/test/htmldomapi.js index c0d1865..28a7cf2 100644 --- a/test/htmldomapi.js +++ b/test/htmldomapi.js @@ -10,7 +10,7 @@ describe('svg', function () { elm = document.createElement('svg'); vnode0 = elm; }); - it('removes svg elements', function(){ + it('removes child svg elements', function(){ var a = h('svg', {}, [ h('g'), h('g')