Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Sep 26, 2023
1 parent 3d6cc64 commit e1a6cd0
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,18 @@ import {
highEntropyTestData,
lowEntropyTestData,
} from '../../../test-helpers/fixtures/client-hints'
import { getDefaultPageContext } from '../../../core/page'

/**
* TODO: move this to top level tests and rename to page-enrichment.integration.test.ts
* These tests are not unit tests and test functionality outside of the plugin.
* These tests test functionality outside of the plugin (e.g. addPageContext)
*/

let ajs: Analytics

const helpers = {
get pageProps() {
return {
url: 'http://foo.com/bar?foo=hello_world',
path: '/bar',
search: '?foo=hello_world',
referrer: 'http://google.com',
title: 'Hello World',
}
return getDefaultPageContext()
},
}

Expand Down

0 comments on commit e1a6cd0

Please sign in to comment.