Skip to content

Commit 320a430

Browse files
committed
wip
1 parent cb31056 commit 320a430

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

packages/signals/signals-integration-tests/src/tests/signals-vanilla/top-level-metadata.test.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@ import { IndexPage } from './index-page'
33

44
const basicEdgeFn = `
55
// this is a process signal function
6-
const processSignal = (signal) => {
7-
if (signal.type === 'interaction') {
8-
const eventName = signal.data.eventType + ' ' + '[' + signal.type + ']'
9-
analytics.track(eventName, signal.data)
10-
}
11-
}`
6+
const processSignal = (signal) => {}
7+
`
128

139
let indexPage: IndexPage
1410

0 commit comments

Comments
 (0)