Skip to content

Commit 686db6f

Browse files
committed
wip
1 parent 05864d7 commit 686db6f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/browser/src/browser/__tests__/query-string.integration.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { JSDOM } from 'jsdom'
22
import { Analytics } from '../../core/analytics'
3-
// @ts-ignore loadCDNSettings mocked dependency is accused as unused
43
import { AnalyticsBrowser } from '..'
54
import { setGlobalCDNUrl } from '../../lib/parse-cdn'
65
import { TEST_WRITEKEY } from '../../test-helpers/test-writekeys'
@@ -26,9 +25,6 @@ describe('queryString', () => {
2625
let jsd: JSDOM
2726

2827
beforeEach(async () => {
29-
jest.restoreAllMocks()
30-
jest.resetAllMocks()
31-
3228
const html = `
3329
<!DOCTYPE html>
3430
<head>

0 commit comments

Comments
 (0)