8000 fix: Linter for tests · fireflypulse/sentry-javascript@fccddc3 · GitHub
[go: up one dir, main page]

Skip to content

Commit fccddc3

Browse files
committed
fix: Linter for tests
1 parent a1b7c79 commit fccddc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hub/test/span.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Span, TRACEPARENT_REGEXP, Hub, Scope } from '../src';
1+
import { Span, Hub, Scope, TRACEPARENT_REGEXP } from '../src';
22

33
describe('Span', () => {
44
let hub: Hub;

0 commit comments

Comments
 (0)
0