Skip to content
Snippets Groups Projects
Unverified Commit 32f9d0f2 authored by Nicolò Pretto's avatar Nicolò Pretto Committed by GitHub
Browse files

test(sdk): remove setupEnterprisePlugins from test setup as we don't (#49271)

have them in the real codebase + to remove warnings from test output
parent 58dab8c9
No related branches found
No related tags found
No related merge requests found
import { setupEnterprisePlugins } from "__support__/enterprise";
import {
setupCurrentUserEndpoint,
setupPropertiesEndpoints,
......@@ -44,7 +43,6 @@ export const setupSdkState = ({
"token-features": tokenFeatures,
};
setupEnterprisePlugins();
setupCurrentUserEndpoint(currentUser);
setupSettingsEndpoints(settingDefinitions);
setupPropertiesEndpoints(settingValuesWithToken);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment