Skip to content

Commit

Permalink
chore: move test file (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra authored Jul 16, 2024
1 parent 70e9cf6 commit dbdb0f1
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/// <reference lib="dom" />

import { ActionType, ActionStepStringMatching } from '../../posthog-surveys-types'
import { PostHogPersistence } from '../../posthog-persistence'
import { PostHog } from '../../posthog-core'
import { CaptureResult, PostHogConfig } from '../../types'
import { ActionMatcher } from './action-matcher'
import { ActionType, ActionStepStringMatching } from '../../../posthog-surveys-types'
import { PostHogPersistence } from '../../../posthog-persistence'
import { PostHog } from '../../../posthog-core'
import { CaptureResult, PostHogConfig } from '../../../types'
import { ActionMatcher } from '../../../extensions/surveys/action-matcher'

describe('action-matcher', () => {
let config: PostHogConfig
Expand Down

0 comments on commit dbdb0f1

Please sign in to comment.