Skip to content

Commit 6efbedf

Browse files
committed
remove unnecessary assertion
1 parent c8f4543 commit 6efbedf

File tree

1 file changed

+0
-1
lines changed
  • dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals

1 file changed

+0
-1
lines changed

dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ sentryTest(
8383
// The delta should be less than 1ms if this flakes, we should increase the threshold
8484
expect(delta).toBeLessThanOrEqual(1);
8585

86-
expect(activationStart).toBeDefined();
8786
expect(activationStart).toBeGreaterThanOrEqual(0);
8887
},
8988
);

0 commit comments

Comments
 (0)