UNPKG

@gameye/sdk

Version:
7 lines 283 B
import * as test from "blue-tape"; import { TestContext } from "../test"; import { use } from "../utils"; test("GameyeClient queryGame", t => use(TestContext.create(), async ({ gameyeClient }) => { await gameyeClient.queryGame(); })); //# sourceMappingURL=gameye-game.spec.js.map