0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

gah i always forget this. need a pre-commit hook

This commit is contained in:
Rich Harris 2017-11-27 07:22:02 -05:00
parent ada52c7f13
commit 0b904b6fb7

View File

@ -1,6 +1,4 @@
export default {
solo: true,
test(assert, component, target, window, raf) {
component.set({ visible: true });
const div = target.querySelector('div');