Add additional coverage tests for shared/helpers.js

This commit is contained in:
David Bolack
2026-08-27 15:51:38 -05:00
parent 02ae146214
commit 758ba7b049
3 changed files with 127 additions and 1 deletions
+1
View File
@@ -39,6 +39,7 @@
"test:emojis": "jest tests/markdown/emojis.test.js --verbose --noStackTrace",
"test:route": "jest tests/routes/static-pages.test.js --verbose",
"test:safehtml": "jest tests/html/safeHTML.test.js --verbose",
"test:helpers": "jest tests/html/helpers.test.js --verbose",
"phb": "node --experimental-require-module scripts/phb.js",
"prod": "set NODE_ENV=production && npm run build",
"postinstall": "npm run build",