Skip to content

Commit

Permalink
chore: move test file into __tests__
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Sep 16, 2024
1 parent 4666555 commit 7b7c749
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { WebExperiments } from './web-experiments'
import { PostHog } from './posthog-core'
import { DecideResponse, PostHogConfig } from './types'
import { PostHogPersistence } from './posthog-persistence'
import { WebExperiment } from './web-experiments-types'
import { RequestRouter } from './utils/request-router'
import { ConsentManager } from './consent'
import { WebExperiments } from '../web-experiments'
import { PostHog } from '../posthog-core'
import { DecideResponse, PostHogConfig } from '../types'
import { PostHogPersistence } from '../posthog-persistence'
import { WebExperiment } from '../web-experiments-types'
import { RequestRouter } from '../utils/request-router'
import { ConsentManager } from '../consent'

describe('Web Experimentation', () => {
let webExperiment: WebExperiments
Expand Down

0 comments on commit 7b7c749

Please sign in to comment.