diff --git a/package.json b/package.json index 85eb4f3..72f66da 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "a server that delivers daily writing prompts via REST API", "main": "index.js", "scripts": { - "test": "mocha --timeout 15000" + "test": "mocha" }, "author": "Andrzej Stepien", "license": "GPL-3.0-or-later", diff --git a/social-interaction/Note.mjs b/social/Note.mjs similarity index 100% rename from social-interaction/Note.mjs rename to social/Note.mjs diff --git a/social-interaction/handleMention.mjs b/social/handleMention.mjs similarity index 100% rename from social-interaction/handleMention.mjs rename to social/handleMention.mjs