2024-04-19 20:39:30 +01:00
|
|
|
import {getMojangEndpointStatus} from "../dist";
|
2024-04-14 21:11:46 +01:00
|
|
|
|
|
|
|
test("ensureMojangEndpointStatusLookupSuccess", async () => {
|
2024-04-15 08:56:26 +01:00
|
|
|
const response = await getMojangEndpointStatus();
|
2024-04-14 21:11:46 +01:00
|
|
|
|
|
|
|
expect(response).toHaveProperty("endpoints");
|
|
|
|
});
|