aboutsummaryrefslogtreecommitdiff
path: root/test/js/third_party/yargs/yargs-cjs.test.js
blob: 06e4d9cb86ad7bbcc0e737dac4393e47dba5fd3c (plain) (blame)
1
2
3
4
test("yargs/yargs works", () => {
  const yargs = require("yargs/yargs");
  expect(yargs).toBeFunction();
});