Commit ab7a345
Changed files (1)
test
test/index.test.js
@@ -416,6 +416,7 @@ test('inherit() works', async () => {
let b = $`printf bar`
assert.is((await b).stdout, 'bar')
assert.throws(() => b.inherit())
+ assert.not.throws(() => b.stdin)
})
test.run()