UNPKG

@gameye/sdk

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