From d67ffcd3d3ad94b209e427671edd707f7feb828b Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Sat, 13 Apr 2019 19:40:45 -0400 Subject: [PATCH] fix hydration tests --- test/hydration/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hydration/index.js b/test/hydration/index.js index 30647cace1..856052d69e 100644 --- a/test/hydration/index.js +++ b/test/hydration/index.js @@ -80,7 +80,7 @@ describe('hydration', () => { if (config.test) { config.test(assert, target, snapshot, component, window); } else { - component.destroy(); + component.$destroy(); assert.equal(target.innerHTML, ''); } } catch (err) {