You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 20, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: test/client.tests.js
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -622,7 +622,36 @@ describe('piwik-react-router client tests', function () {
622
622
});
623
623
624
624
assert.isFalse(warningSpy.called);
625
+
});
626
+
627
+
it('should not warn about a missing siteId if opts.injectScript is disabled and the external piwik script has replaced _paq with the TrackerProxy',()=>{
0 commit comments