mirror of
https://github.com/apache/superset.git
synced 2026-04-25 19:14:27 +00:00
chore: delete remaining Enzyme tests (#33715)
This commit is contained in:
committed by
GitHub
parent
da8efd36d7
commit
3256008a59
@@ -230,7 +230,6 @@ class TabbedSqlEditors extends PureComponent<TabbedSqlEditorsProps> {
|
||||
<EditableTabs.TabPane
|
||||
key={qe.id}
|
||||
tab={<SqlEditorTabHeader queryEditor={qe} />}
|
||||
// for tests - key prop isn't handled by enzyme well bcs it's a react keyword
|
||||
data-key={qe.id}
|
||||
>
|
||||
<SqlEditor
|
||||
|
||||
Reference in New Issue
Block a user