Skip to content

Commit

Permalink
Remove event count check
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-el committed Nov 28, 2023
1 parent d9bceaf commit db2f319
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ describe('Snowplow Micro integration', () => {
});

eventMethods.forEach((method) => {
it('should have received all events', () => {
expect(log.length).toEqual(24);
});

it('should get button1', () => {
const ev = makeEvent({ id: 'button1', label: 'TestButton' }, method);
logContainsButtonClick(ev);
Expand Down

0 comments on commit db2f319

Please sign in to comment.