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 2b9eb95 commit 9c2258fCopy full SHA for 9c2258f
test/cases/getTotalStats.ts
@@ -7,7 +7,7 @@ describe("getTotalStats", () => {
7
it("Can get total stats", async () => {
8
const result = await client({ url: endpoint });
9
const data = result.data;
10
- assert.ok(data.userCount >= 0);
+ // assert.ok(data.userCount >= 0); // no usercounter
11
assert.ok(data.activeUsers >= 0);
12
assert.ok(data.apiUsers >= 0);
13
assert.ok(data.viewCount >= 0);
0 commit comments