mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2025-02-19 07:12:48 -05:00
Added tests for minecraft
This commit is contained in:
parent
ccbac7ff3c
commit
b77098a9f6
1 changed files with 7 additions and 0 deletions
7
tests/unit/games/minecraft/minecraft.spec.ts
Normal file
7
tests/unit/games/minecraft/minecraft.spec.ts
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import { MINECRAFT } from "@/games/minecraft/minecraft";
|
||||||
|
|
||||||
|
describe("MINECRAFT", () => {
|
||||||
|
test("is string", () => {
|
||||||
|
expect(typeof MINECRAFT).toBe("string");
|
||||||
|
});
|
||||||
|
});
|
Loading…
Add table
Reference in a new issue