Skip to content

Commit

Permalink
remove stdio unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Aug 30, 2022
1 parent 80a969f commit 9cefaa7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/embedding/test-napi-embedding.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@ assert.strictEqual(
.stdout.toString().trim(),
'waited without cheese');

assert.strictEqual(
child_process.spawnSync(binary,
['console.log("hello from the stdout handler")', 'redirect'])
.stdout.toString().trim(),
'[stdout] (30) hello from the stdout handler');

assert.match(
child_process.spawnSync(binary,
['0syntax_error'])
Expand Down

0 comments on commit 9cefaa7

Please sign in to comment.