Skip to content

Commit d67ffcd

Browse files
committedApr 13, 2019
fix hydration tests
1 parent aa65355 commit d67ffcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/hydration/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ describe('hydration', () => {
8080
if (config.test) {
8181
config.test(assert, target, snapshot, component, window);
8282
} else {
83-
component.destroy();
83+
component.$destroy();
8484
assert.equal(target.innerHTML, '');
8585
}
8686
} catch (err) {

0 commit comments

Comments
 (0)