We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4784f1 commit 77801ccCopy full SHA for 77801cc
features/json_config.feature
@@ -5,7 +5,7 @@ Feature: JSON config
5
And a file named "assert_args_and_exec.js" with:
6
"""
7
const assert = require("assert/strict");
8
- assert.match(process.argv[0], /node$/);
+ assert.match(process.argv[0], /node(:?\.exe)?$/);
9
assert.match(process.argv[1], /assert_args_and_exec\.js$/);
10
assert.equal(process.argv[2], "cucumber-json-formatter");
11
require("child_process").execSync(process.argv[2], { stdio: "inherit" });
0 commit comments