Skip to content

Commit

Permalink
remove localStorage.clear() as we're not using it in the logic anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
npretto committed Mar 25, 2024
1 parent e88cc40 commit ad0ce08
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export async function setup({
hasEnterprisePlugins = false,
settings = {},
}: SetupOpts = {}) {
localStorage.clear();
jest.clearAllMocks();

const state = createMockState({
Expand Down

0 comments on commit ad0ce08

Please sign in to comment.