We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e62cbd9 commit e138a50Copy full SHA for e138a50
test/test-no-pushstate.js
@@ -9,8 +9,6 @@ module.exports = async () => {
9
body: { type: "pageview" },
10
});
11
12
- console.log(JSON.stringify(pageViewRequests, null, 2));
13
-
14
expect(
15
pageViewRequests,
16
"There are not enough page views requests found"
0 commit comments