Skip to content

Commit 4152918

Browse files
committed
update
1 parent b629180 commit 4152918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/tracing-internal/test/browser/metrics/index.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const mockWindowLocation = {
1818

1919
const originalWindowLocation = WINDOW.location;
2020
console.log('\n\n WINDOW!! \n\n');
21-
console.log(WINDOW);
21+
console.log(WINDOW.location);
2222
console.log('\n\n');
2323
const resourceEntryName = 'https://example.com/assets/to/css';
2424

@@ -67,7 +67,7 @@ describe('_addResourceSpans', () => {
6767
beforeAll(() => {
6868
WINDOW.location = mockWindowLocation;
6969
console.log('\n\n MOCK WINDOW!! \n\n');
70-
console.log(WINDOW);
70+
console.log(WINDOW.location);
7171
console.log('\n\n');
7272
});
7373

0 commit comments

Comments
 (0)