diff --git a/social-interaction/receiveMention.mjs b/social-interaction/receiveMention.mjs index dc0dbf6..0763f14 100644 --- a/social-interaction/receiveMention.mjs +++ b/social-interaction/receiveMention.mjs @@ -25,4 +25,5 @@ export default async function (note) { //"Please reply with one word, I'm only a bot etc etc" } +} } \ No newline at end of file diff --git a/social-interaction/receiveMention.test.mjs b/social-interaction/receiveMention.test.mjs new file mode 100644 index 0000000..2b6f57b --- /dev/null +++ b/social-interaction/receiveMention.test.mjs @@ -0,0 +1 @@ +import { expect } from "chai"; \ No newline at end of file