summaryrefslogtreecommitdiff
path: root/test/parallel/test-repl-programmatic-history.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-repl-programmatic-history.js')
-rw-r--r--test/parallel/test-repl-programmatic-history.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/parallel/test-repl-programmatic-history.js b/test/parallel/test-repl-programmatic-history.js
index 0eccea6552..e2ad2cc66f 100644
--- a/test/parallel/test-repl-programmatic-history.js
+++ b/test/parallel/test-repl-programmatic-history.js
@@ -98,7 +98,7 @@ const tests = [
// TODO(BridgeAR): The line is refreshed too many times. The double prompt
// is redundant and can be optimized away.
'2', '1', '21\n', prompt, prompt,
- "'", '4', '2', "'", "'42'\n", prompt, prompt
+ "'", '4', '2', "'", "'42'\n", prompt, prompt,
],
clean: false
},
@@ -112,7 +112,7 @@ const tests = [
prompt,
`${prompt}21`,
'21\n',
- prompt
+ prompt,
]
},
{
@@ -124,7 +124,7 @@ const tests = [
`${prompt}'you look fabulous today'`,
prompt,
`${prompt}'you look fabulous today'`,
- prompt
+ prompt,
]
},
{
@@ -165,7 +165,7 @@ const tests = [
env: {},
test: [UP],
expected: [prompt, homedirErr, prompt, replDisabled, prompt]
- }
+ },
];
const numtests = tests.length;