This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { getMojangEndpointStatus } from "../dist";
|
||||
import {getMojangEndpointStatus} from "../dist";
|
||||
|
||||
test("ensureMojangEndpointStatusLookupSuccess", async () => {
|
||||
const response = await getMojangEndpointStatus();
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { getPlayer, getPlayerSkinPart, getPlayerUuid } from "../dist/index";
|
||||
import {getPlayer, getPlayerSkinPart, getPlayerUuid} from "../dist/index";
|
||||
|
||||
test("ensureGetPlayerLookupSuccess", async () => {
|
||||
const player = await getPlayer("Notch");
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { ServerPlatform, getBlockedStatus, getServer, getServerIcon } from "../dist";
|
||||
import {getBlockedStatus, getServer, getServerIcon, ServerPlatform} from "../dist";
|
||||
|
||||
test("ensureGetServerLookupSuccess", async () => {
|
||||
const server = await getServer(ServerPlatform.Java, "mc.hypixel.net");
|
||||
|
Reference in New Issue
Block a user