Skip to content

Commit

Permalink
Update trackers/react-native-tracker/test/plugins/deep_links.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Miranda Wilson <[email protected]>
  • Loading branch information
matus-tomlein and mscwilson committed Dec 10, 2024
1 parent 7ca5ebb commit 74d0eac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
import { newDeepLinksPlugin } from '../../src/plugins/deep_links';
import { buildSelfDescribingEvent, Payload, trackerCore } from '@snowplow/tracker-core';

describe('Session plugin', () => {
describe('Deep Link plugin', () => {
it('adds the url and refr properties on the deep link event', () => {
const payloads: Payload[] = [];
const tracker = trackerCore({
Expand Down

0 comments on commit 74d0eac

Please sign in to comment.