Skip to content

Commit

Permalink
fixup! πŸ› [RUM-3708] slidingSessionWindow clear window after 5 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-lebeau committed May 9, 2024
1 parent 6d48530 commit 76814f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { resetExperimentalFeatures } from '@datadog/browser-core'
import type { Clock } from 'packages/core/test'
import { mockClock } from 'packages/core/test'
import type { Clock } from '@datadog/browser-core/test'
import { mockClock } from '@datadog/browser-core/test'
import type { TestSetupBuilder } from '../../../../test'
import { appendElement, appendText, createPerformanceEntry, setup } from '../../../../test'
import { LifeCycleEventType } from '../../lifeCycle'
Expand Down

0 comments on commit 76814f1

Please sign in to comment.