We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6936f9c commit a797923Copy full SHA for a797923
test/sequential/test-inspector-scriptparsed-context.js
@@ -81,7 +81,7 @@ async function runTests() {
81
await session.waitForBreakOnLine(0, 'evalmachine.<anonymous>');
82
83
await session.runToCompletion();
84
- assert.strictEqual(0, (await instance.expectShutdown()).exitCode);
+ assert.strictEqual((await instance.expectShutdown()).exitCode, 0);
85
}
86
87
runTests();
0 commit comments