mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-22 00:11:02 -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…
Reference in a new issue