Skip to content

Commit fbb4ecc

Browse files
authored
Update TrafficChart.test.tsx
1 parent daa364d commit fbb4ecc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

__tests__/charts/TrafficChart.test.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,6 @@ describe('Traffic Chart', () => {
6565
expect(graph._fullLayout.height).toBe(300);
6666
});
6767

68-
// it('Should have correct colors', () => {
69-
// expect(graph.outerHTML.includes('{fill: #3f4f75;}')).toBeTruthy();
70-
// expect(graph.outerHTML.includes('{fill: #80cfbe;}')).toBeTruthy();
71-
// expect(graph.outerHTML.includes('{fill: #fff;}')).toBeTruthy();
72-
// });
73-
7468
it('Should have correct data points based off mock data', () => {
7569
expect(graph.calcdata[0][0].isBlank).toBeFalsy();
7670
expect(graph.data[0].x).toEqual(['customers']);

0 commit comments

Comments
 (0)