From 11b119fd238e06bb9b1aa56c04d539d28b4de4f5 Mon Sep 17 00:00:00 2001 From: "Sean S. LeBlanc" Date: Thu, 3 Dec 2020 02:46:32 -0500 Subject: [PATCH] test: improve hack options injection examples including a `hackOptions` snippet would have the snippet replaced instead of the actual `hackOptions` code; strip the comment out to avoid this issue --- src/test/bitsy.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/test/bitsy.js b/src/test/bitsy.js index 7b9921bd..b2b34652 100644 --- a/src/test/bitsy.js +++ b/src/test/bitsy.js @@ -80,7 +80,15 @@ export async function start({ return ``; } const [hackStr, options] = hack; - return ``; + return ``; }).join('\n') }$2`); }