import mcUtils from "../src/index"; test("ensureMojangEndpointStatusLookupSuccess", async () => { const response = await mcUtils.mojang.getMojangEndpointStatus(); expect(response).toHaveProperty("endpoints"); });