mirror of
https://github.com/apache/superset.git
synced 2026-05-09 01:46:06 +00:00
chore: make TS enums strictly PascalCase (#26875)
This commit is contained in:
@@ -142,7 +142,7 @@ test('removes the table', async () => {
|
||||
const isFeatureEnabledMock = jest
|
||||
.spyOn(uiCore, 'isFeatureEnabled')
|
||||
.mockImplementation(
|
||||
featureFlag => featureFlag === FeatureFlag.SQLLAB_BACKEND_PERSISTENCE,
|
||||
featureFlag => featureFlag === FeatureFlag.SqllabBackendPersistence,
|
||||
);
|
||||
const { getAllByTestId, getByText } = render(
|
||||
<TableElement {...mockedProps} />,
|
||||
|
||||
Reference in New Issue
Block a user