fix cache import
All checks were successful
Publish Package / build (push) Successful in 19s

This commit is contained in:
Lee
2024-04-19 20:39:30 +01:00
parent 9eaf6125b7
commit db98cf20a1
13 changed files with 20 additions and 15 deletions

View File

@ -1,4 +1,4 @@
import { getMojangEndpointStatus } from "../dist";
import {getMojangEndpointStatus} from "../dist";
test("ensureMojangEndpointStatusLookupSuccess", async () => {
const response = await getMojangEndpointStatus();

View File

@ -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");

View File

@ -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");