We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb31056 commit 320a430Copy full SHA for 320a430
packages/signals/signals-integration-tests/src/tests/signals-vanilla/top-level-metadata.test.ts
@@ -3,12 +3,8 @@ import { IndexPage } from './index-page'
3
4
const basicEdgeFn = `
5
// 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
- }`
+ const processSignal = (signal) => {}
+`
12
13
let indexPage: IndexPage
14
0 commit comments