Skip to content

Commit e37df8c

Browse files
authored
Update alert.spec.js
1 parent a23c8ac commit e37df8c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/alert/alert.spec.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ describe('alert', () => {
117117
propsData: {
118118
show: true,
119119
fade: true
120+
},
121+
stubs: {
122+
// the builtin stub doesn't execute the transition hooks
123+
// so we let it use the real transition component
124+
transition: false
120125
}
121126
})
122127
expect(wrapper.isVueInstance()).toBe(true)

0 commit comments

Comments
 (0)