From 96e23ee2ea4b38405ce5c6d07c1858c08aeb4ec6 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Fri, 23 Aug 2024 00:52:48 -0400 Subject: [PATCH] fix accidental deletion --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index fd6b35ada..cdc40dfa2 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,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:hard-breaks": "jest tests/markdown/hard-breaks.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",