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