add getIP test cases, misc others

This commit is contained in:
Michael C
2022-09-21 19:39:03 -04:00
parent 6499381b4f
commit a00048aaac
7 changed files with 240 additions and 4 deletions

View File

@@ -3,7 +3,6 @@ import assert from "assert";
import { config } from "../../src/config";
import { getHash } from "../../src/utils/getHash";
describe("userCounter", () => {
it("Should return 200", function (done) {
if (!config.userCounterURL) this.skip(); // skip if no userCounterURL is set