Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
xilanhuaweidapao committed Nov 22, 2023
1 parent 6488d0c commit 2d5697e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/mapboxgl/chart/__tests__/Chart.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,6 @@ describe('Chart', () => {
await mapSubComponentLoaded(wrapper);
await flushPromises();
expect(wrapper.vm.$el.outerHTML).toContain('canvas');
expect(wrapper.vm.echartOptions.series[0].itemStyle.color).toBe('#d53e4f')
expect(wrapper.vm.echartOptions.series[1].itemStyle.color).toBe('#d6404f')
expect(wrapper.vm.$el.outerHTML).toContain('canvas');
done();
});

Expand Down

0 comments on commit 2d5697e

Please sign in to comment.