Skip to content

Commit

Permalink
Update integration.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky authored Nov 4, 2022
1 parent be71596 commit c50b59b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ describe('Analytics', () => {
cookieNames: ['ajs_anonymous_id'],
localStorageKeys: ['ajs_anonymous_id'],
}).ajs_anonymous_id
expect(getAnonId()).toBeFalsy()
void analytics.track('foo')
expect(getAnonId()).toBeTruthy()
analytics.reset()
Expand Down

0 comments on commit c50b59b

Please sign in to comment.