Skip to content

Commit 01bab2d

Browse files
committed
misc: Oh linters, linters
1 parent 12847c6 commit 01bab2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/test/lib/sdk.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ describe('SDK', () => {
9393
];
9494
const newIntegration = new MockIntegration('MockIntegration 3');
9595
initAndBind(TestClient, {
96-
dsn: PUBLIC_DSN,
9796
// Take only the first one and add a new one to it
9897
defaultIntegrations: DEFAULT_INTEGRATIONS,
98+
dsn: PUBLIC_DSN,
9999
integrations: (integrations: Integration[]) => integrations.slice(0, 1).concat(newIntegration),
100100
});
101101
expect((DEFAULT_INTEGRATIONS[0].setupOnce as jest.Mock).mock.calls.length).toBe(1);

0 commit comments

Comments
 (0)