Skip to content

Commit

Permalink
separate code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkirtzel committed Jun 4, 2024
1 parent 0f56291 commit 96ee156
Show file tree
Hide file tree
Showing 13 changed files with 755 additions and 701 deletions.
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('async with disabled cb', () => {
test.only('async with disabled cb', () => {
walkerjs = Walkerjs({
run: true,
session: { cb: false, consent: 'marketing', storage: true },
Expand Down
Loading

0 comments on commit 96ee156

Please sign in to comment.