Skip to content

Commit 4fc5a1a

Browse files
s1gr1dJPeer264
authored andcommitted
chore(lint): Remove lint warnings
1 parent 29604aa commit 4fc5a1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)