mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-22 08:20:58 -05:00
Added tests for minecraft-version-provider
This commit is contained in:
parent
49cec93c3c
commit
0c87367ef8
1 changed files with 7 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
||||||
|
import { MINECRAFT_VERSION_PROVIDER } from "@/games/minecraft/minecraft-version-provider";
|
||||||
|
|
||||||
|
describe("MINECRAFT_VERSION_PROVIDER", () => {
|
||||||
|
test("is callable", () => {
|
||||||
|
expect(typeof MINECRAFT_VERSION_PROVIDER).toBe("function");
|
||||||
|
});
|
||||||
|
});
|
Loading…
Reference in a new issue