Skip to content

Commit

Permalink
[FSSDK-8184] test only removal
Browse files Browse the repository at this point in the history
  • Loading branch information
junaed-optimizely committed Nov 6, 2024
1 parent 76240a9 commit e851deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1423,7 +1423,7 @@ describe('ReactSDKClient', () => {
expect(mockFn).toHaveBeenCalledWith('evt1', 'user3', { bla: 'bla' }, { tagKey: 'tagVal' });
});

it.only('track with event key, tags, and overrided attributes, calls inner client with valid arguments', () => {
it('track with event key, tags, and overrided attributes, calls inner client with valid arguments', () => {
const mockFn = mockInnerClient.track as jest.Mock;
instance.track('evt1', { tagKey: 'tagVal' }, { bla: 'bla' });

Expand Down

0 comments on commit e851deb

Please sign in to comment.