From a80259a6fc3e165ee3848db42793ed097b1421b8 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Mon, 13 Jan 2020 11:48:48 -0500 Subject: [PATCH] tidy test --- test/hydration/samples/head-meta-hydrate-duplicate/_config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/hydration/samples/head-meta-hydrate-duplicate/_config.js b/test/hydration/samples/head-meta-hydrate-duplicate/_config.js index b63e51eda9..482efd564d 100644 --- a/test/hydration/samples/head-meta-hydrate-duplicate/_config.js +++ b/test/hydration/samples/head-meta-hydrate-duplicate/_config.js @@ -1,6 +1,5 @@ export default { test(assert, target, snapshot, component, window) { - // console.log(window.document.querySelectorAll('meta')); - // assert.equal(window.document.querySelectorAll('meta').length, 2); + assert.equal(window.document.querySelectorAll('meta').length, 2); } };