mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: enable no-unused-vars and prefer-template eslint rules (#10350)
This commit is contained in:
@@ -66,7 +66,6 @@ describe('ExploreChartHeader', () => {
|
||||
});
|
||||
|
||||
it('should update title but not save', () => {
|
||||
const newTitle = 'New Chart Title';
|
||||
const editableTitle = wrapper.find(EditableTitle);
|
||||
expect(editableTitle.props().onSaveTitle).toBe(updateChartTitleStub);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user