Skip to content

Commit bbb6e92

Browse files
committed
chore: remove unused imports from test files
1 parent c0f12f7 commit bbb6e92

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/core/test/lib/utils/weakRef.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
1+
import { describe, expect, it, vi } from 'vitest';
22
import { derefWeakRef, makeWeakRef, type MaybeWeakRef } from '../../../src/utils/weakRef';
33

44
describe('Unit | util | weakRef', () => {

packages/opentelemetry/test/utils/contextData.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { ROOT_CONTEXT } from '@opentelemetry/api';
22
import { Scope } from '@sentry/core';
3-
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
3+
import { describe, expect, it } from 'vitest';
44
import {
55
getContextFromScope,
66
getScopesFromContext,

0 commit comments

Comments
 (0)