We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9810098 commit be96a36Copy full SHA for be96a36
1 file changed
tests/telemetry/watchdog-client.test.ts
@@ -63,7 +63,7 @@ describe('WatchdogClient', () => {
63
const args = spawnStub.firstCall.args;
64
const cmdArgs = args[1];
65
66
- assert.match(cmdArgs[0], /watchdog\/main\.js$/);
+ assert.match(cmdArgs[0], /watchdog[/\\]main\.js$/);
67
assert.strictEqual(cmdArgs.includes('--parent-pid=100'), true);
68
assert.strictEqual(cmdArgs.includes('--app-version=1.2.3'), true);
69
assert.strictEqual(cmdArgs.includes('--os-type=2'), true);
0 commit comments