Skip to content

Commit 44586b5

Browse files
committed
fixing lint
1 parent 4e4a4e9 commit 44586b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Chartjs/Resources/assets/test/controller.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ describe('ChartjsController', () => {
6464
});
6565

6666
const chart = getByTestId(container, 'canvas').chart;
67-
expect(chart.options.showLines).toBeUndefined;
67+
expect(chart.options.showLines).toBeUndefined();
6868
});
6969

7070
it('connect with options', async () => {

0 commit comments

Comments
 (0)