Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test: remove comma for linter
  • Loading branch information
AdriVanHoudt authored Dec 6, 2017
commit ed044ac97bd0c132360c333a1fc0cadaebfd3c8f
2 changes: 1 addition & 1 deletion test/parallel/test-repl-reset-event.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function testReset(cb) {
assert.strictEqual(
context.foo,
undefined,
'REPL emitted the previous context, and is not using global as context. ' +
'REPL emitted the previous context and is not using global as context. ' +
`context.foo is ${context.foo}, expected undefined.`
);
context.foo = 42;
Expand Down