Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 45bb5f9

Browse files
test(create-trackers): update tests
1 parent 500993c commit 45bb5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/create-trackers.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ it ('should initialize single tracker', () => {
1515

1616
createTrackers()
1717
expect(window.ga).toBeCalledWith('create', config.id, 'auto', {})
18-
expect(window.ga).toBeCalledWith('set', 'sendHitTask', null)
18+
expect(window.ga).not.toBeCalledWith('set', 'sendHitTask', null)
1919
})
2020

2121
it ('should initialize multiple trackers', () => {

0 commit comments

Comments
 (0)