Skip to content

Commit

Permalink
no only
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkirtzel committed Jun 4, 2024
1 parent 413ca08 commit e77b397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clients/walkerjs/src/__tests__/on.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ describe('On Session', () => {
expect(mockCb).toHaveBeenCalledTimes(1);
});

test.only('async with disabled cb', () => {
test('async with disabled cb', () => {
walkerjs = Walkerjs({
run: true,
session: { cb: false, consent: 'marketing', storage: true },
Expand Down

0 comments on commit e77b397

Please sign in to comment.