Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra committed Dec 3, 2020
1 parent 1241d81 commit aff9415
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ describe('xy_visualization', () => {
});

it('should respect the order of accessors coming from datasource', () => {
const colorAssignment = require('./color_assignment');
const colorAssignment = require('./color_assignment'); // eslint-disable-line @typescript-eslint/no-var-requires
const getAccessorColorConfigSpy = jest.spyOn(colorAssignment, 'getAccessorColorConfig');
mockDatasource.publicAPIMock.getTableSpec.mockReturnValue([
{ columnId: 'c' },
Expand Down

0 comments on commit aff9415

Please sign in to comment.