UNPKG

@gameye/sdk

Version:
11 lines (9 loc) 271 B
import * as test from "blue-tape"; import { TestContext } from "../test"; import { use } from "../utils"; test( "GameyeClient queryStatistic", t => use(TestContext.create(), async ({ gameyeClient }) => { await gameyeClient.queryStatistic(""); }), );