We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent aa65355 commit d67ffcdCopy full SHA for d67ffcd
test/hydration/index.js
@@ -80,7 +80,7 @@ describe('hydration', () => {
80
if (config.test) {
81
config.test(assert, target, snapshot, component, window);
82
} else {
83
- component.destroy();
+ component.$destroy();
84
assert.equal(target.innerHTML, '');
85
}
86
} catch (err) {
0 commit comments