mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-10 13:37:01 +03:00
object-curly-spacing
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import {db} from "../../src/databases/databases";
|
||||
import {getHash} from "../../src/utils/getHash";
|
||||
import { db } from "../../src/databases/databases";
|
||||
import { getHash } from "../../src/utils/getHash";
|
||||
import { client } from "../utils/httpClient";
|
||||
import assert from "assert";
|
||||
|
||||
const VIPUser = "isUserVIPVIP";
|
||||
const normalUser = "isUserVIPNormal";
|
||||
const endpoint = "/api/isUserVIP";
|
||||
const vipUserRequest = (userID: string) => client.get(endpoint, { params: { userID }});
|
||||
const vipUserRequest = (userID: string) => client.get(endpoint, { params: { userID } });
|
||||
|
||||
describe("getIsUserVIP", () => {
|
||||
before(() => {
|
||||
|
||||
Reference in New Issue
Block a user