test("yargs/yargs works", () => { const yargs = require("yargs/yargs"); expect(yargs).toBeFunction(); });