@gameye/sdk
Version:
Node.js SDK for Gameye
7 lines • 301 B
JavaScript
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