This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import mcUtils from "../src/index";
|
||||
import { getMojangEndpointStatus } from "../dist";
|
||||
|
||||
test("ensureMojangEndpointStatusLookupSuccess", async () => {
|
||||
const response = await mcUtils.mojang.getMojangEndpointStatus();
|
||||
const response = await getMojangEndpointStatus();
|
||||
|
||||
expect(response).toHaveProperty("endpoints");
|
||||
});
|
||||
|
Reference in New Issue
Block a user