summaryrefslogtreecommitdiff
path: root/test/parallel/test-repl-persistent-history.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-repl-persistent-history.js')
-rw-r--r--test/parallel/test-repl-persistent-history.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/parallel/test-repl-persistent-history.js b/test/parallel/test-repl-persistent-history.js
index 705a7c7c23..b0cddf0a2b 100644
--- a/test/parallel/test-repl-persistent-history.js
+++ b/test/parallel/test-repl-persistent-history.js
@@ -98,7 +98,7 @@ const tests = [
expected: [
prompt,
'2', '1', '21\n', prompt, prompt,
- "'", '4', '2', "'", "'42'\n", prompt, prompt
+ "'", '4', '2', "'", "'42'\n", prompt, prompt,
],
clean: false
},
@@ -128,7 +128,7 @@ const tests = [
`${prompt}'you look fabulous today'`,
prompt,
`${prompt}'you look fabulous today'`,
- prompt
+ prompt,
]
},
{
@@ -169,7 +169,7 @@ const tests = [
env: {},
test: [UP],
expected: [prompt, homedirErr, prompt, replDisabled, prompt]
- }
+ },
];
const numtests = tests.length;