Skip to content

Commit

Permalink
Setup tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejewsky committed Jul 31, 2024
1 parent fc26565 commit b184323
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testUtils/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ import { TextDecoder, TextEncoder } from "util";
global.TextEncoder = TextEncoder;
global.TextDecoder = TextDecoder as typeof global.TextDecoder;

global.Sentry = null

global.CSS = {
supports: () => false,
} as any;

0 comments on commit b184323

Please sign in to comment.