0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-24 15:08:12 +00:00

Add Tests for emoji markdown

This commit is contained in:
Trevor Buckner
2024-05-08 09:51:29 -04:00
parent 5fd92ee72d
commit 3b1f4a0d13
2 changed files with 59 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
"test:mustache-syntax:block": "jest \".*(mustache-syntax).*\" -t '^Block:.*' --verbose --noStackTrace",
"test:mustache-syntax:injection": "jest \".*(mustache-syntax).*\" -t '^Injection:.*' --verbose --noStackTrace",
"test:definition-lists": "jest tests/markdown/definition-lists.test.js --verbose --noStackTrace",
"test:emojis": "jest tests/markdown/emojis.test.js --verbose --noStackTrace",
"test:route": "jest tests/routes/static-pages.test.js --verbose",
"phb": "node scripts/phb.js",
"prod": "set NODE_ENV=production && npm run build",