Skip to content

Commit

Permalink
Merge pull request #3019 from gdg-x/test
Browse files Browse the repository at this point in the history
Remove unneeded test line
  • Loading branch information
abraham authored Mar 2, 2024
2 parents 89ea87e + 088d615 commit bfa341b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/share.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ describe('share', () => {
].join('?');

beforeAll(() => {
window.location.href = 'https://example.com/schedule';
document.title = 'Awesome Schedule';
open = jest.spyOn(window, 'open').mockImplementation();
});
Expand Down

0 comments on commit bfa341b

Please sign in to comment.