Skip to content

Commit 626165d

Browse files
committed
wip
1 parent 89c0d68 commit 626165d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@ test('signal events should have anonymousId and timestamp at top level', async (
3131
indexPage.waitForTrackingApiFlush(),
3232
])
3333

34-
const types = ['network', 'interaction', 'instrumentation', 'navigation']
34+
const types = [
35+
'network',
36+
'interaction',
37+
'instrumentation',
38+
'navigation',
39+
] as const
3540

3641
const evs = types.map((type) => ({
3742
type,

0 commit comments

Comments
 (0)