Skip to content

Commit

Permalink
Merge branch 'plat-12947-8' into plat-12947-9
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Skinner committed Feb 17, 2025
2 parents f1eced4 + 2d00ced commit 43144c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/browser/test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,12 +276,10 @@ describe('browser notifier', () => {

describe('payload checksum behavior (Bugsnag-Integrity header)', () => {
beforeEach(() => {
// @ts-expect-error
window.isSecureContext = true
})

afterEach(() => {
// @ts-expect-error
window.isSecureContext = false
})

Expand Down

0 comments on commit 43144c2

Please # to comment.