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 f72f578 commit b9401dfCopy full SHA for b9401df
src/core/classes/Iterable.test.ts
@@ -97,6 +97,9 @@ describe('Iterable', () => {
97
98
it('should clear email and userId', async () => {
99
// GIVEN a user is logged in
100
+
101
+ // This is just for testing purposed.
102
+ // Usually you'd either call `setEmail` or `setUserId`, but not both.
103
Iterable.setEmail('user@example.com');
104
Iterable.setUserId('user123');
105
// WHEN Iterable.logout is called
0 commit comments