Skip to content

Commit

Permalink
#11 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jun 20, 2022
1 parent f54febe commit 5539f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports.runSync = function runSync(args) {
`node ${path.resolve('./src/eoc.js')} ${args.join(' ')}`,
{
'timeout': 120000,
'windowsHide': true
'windowsHide': true,
}
).toString();
} catch (ex) {
Expand Down

0 comments on commit 5539f34

Please sign in to comment.