UNPKG

emsi-skills-api

Version:

Unofficial package for the Emsi Skills Classification API

9 lines (7 loc) 208 B
const api = require("../index"); describe("status", function () { it("reports the status", async function () { const status = await api.status.getStatus(); expect(status).to.equal(true); }); });