We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cdc10a commit aaa4eebCopy full SHA for aaa4eeb
packages/solidjs/test/sdk.test.ts
@@ -4,14 +4,14 @@ import * as SentryBrowser from '@sentry/browser';
4
import { vi } from 'vitest';
5
import { init as solidInit } from '../src/sdk';
6
7
-const browserInit = vi.spyOn(SentryBrowser, 'init');
8
-
9
describe('Initialize SolidJS SDk', () => {
10
beforeEach(() => {
11
vi.clearAllMocks();
12
});
13
14
it('has the correct metadata', () => {
+ const browserInit = vi.spyOn(SentryBrowser, 'init');
+
15
solidInit({
16
dsn: 'https://[email protected]/1337',
17
0 commit comments