Skip to content

Commit

Permalink
cowsay test works
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Dec 6, 2018
1 parent d532b68 commit 952a237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/cowsay.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { say } = require("cowsay/build/cowsay.umd.js");
const { say } = require("cowsay");

const nate = say({ text: "nate" });
if (!(nate.indexOf("nate") > 0)) {
Expand Down

0 comments on commit 952a237

Please sign in to comment.