Skip to content

Commit

Permalink
Merge branch 'feat-testci' of https://github.com/alibaba/BizCharts in…
Browse files Browse the repository at this point in the history
…to feat-testci
  • Loading branch information
xiaran113 committed Oct 31, 2018
2 parents 8c8a616 + bec1be0 commit 77be5ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/specs/component/Chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ describe('<Chart /> data prop', () => {
expect(chartInstance.get('data').length).equal(9); // 数据初始化
});

// 这个逻辑一直有问题 chartInstance 时机
it('update data', () => {
wrapper.setProps({ data: [{ year: '1991', value: 3 }] });
wrapper.update();
Expand Down

0 comments on commit 77be5ef

Please sign in to comment.