@gameye/sdk
Version:
Node.js SDK for Gameye
15 lines • 786 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const test = require("blue-tape");
const test_1 = require("../test");
const utils_1 = require("../utils");
test("GameyeClient commandStartMatch", t => utils_1.use(test_1.TestContext.create(), async ({ gameyeClient }) => {
await gameyeClient.commandStartMatch("match", "game", ["location"], "template", {}, "http://localhost/callback");
}));
test("GameyeClient commandStopMatch", t => utils_1.use(test_1.TestContext.create(), async ({ gameyeClient }) => {
await gameyeClient.commandStopMatch("match");
}));
test("GameyeClient queryMatch", t => utils_1.use(test_1.TestContext.create(), async ({ gameyeClient }) => {
await gameyeClient.queryMatch();
}));
//# sourceMappingURL=gameye-match.spec.js.map