提交 f6568a5e 编写于 作者: D dolymood

test(radio): test number value 0

上级 b3517426
......@@ -87,6 +87,10 @@ describe('Radio.vue', () => {
data: {
selected: 3,
options: [
{
label: 'Option0',
value: 0
},
{
label: 'Option1',
value: 1
......@@ -106,7 +110,7 @@ describe('Radio.vue', () => {
vm.$el.querySelector('.cube-radio-input').click()
setTimeout(() => {
expect(vm.$parent.selected)
.to.equal(1)
.to.equal(0)
done()
})
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册