Skip to content

Commit 63647f1

Browse files
committed
fix
1 parent 22af519 commit 63647f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/sveltekit/test/server/handle.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ beforeAll(() => {
9191
beforeEach(() => {
9292
const options = getDefaultNodeClientOptions({ tracesSampleRate: 1.0 });
9393
client = new NodeClient(options);
94+
// eslint-disable-next-line deprecation/deprecation
9495
hub = new Hub(client);
9596
// eslint-disable-next-line deprecation/deprecation
9697
makeMain(hub);

0 commit comments

Comments
 (0)