Skip to content

Commit

Permalink
UIE-206 app startup - unit tests
Browse files Browse the repository at this point in the history
- minor cleanup
  • Loading branch information
msilva-broad committed Feb 20, 2025
1 parent a28f6a6 commit 3341420
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/libs/startup/app-boot.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ jest.mock('src/libs/startup/app-loader');
jest.mock('src/auth/app-load/oauth-redirect-loader');

const setLocation = (url: URL | Location) => {
// Object.defineProperty(window, 'location', {
// value: url,
// configurable: true
// });
asMockedFn(getCurrentLocation).mockReturnValue(url as unknown as Location);
};

Expand Down

0 comments on commit 3341420

Please sign in to comment.