Skip to content

Commit 340d65c

Browse files
committed
Expose stdin for future uses of runContinuous
1 parent df7b3da commit 340d65c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

e2e/runJest.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,10 @@ export const runContinuous = function(
181181
return {stderr, stdout};
182182
},
183183

184+
getInput() {
185+
return jestPromise.stdin;
186+
},
187+
184188
waitUntil(fn: ConditionFunction): Promise<void> {
185189
return new Promise(resolve => {
186190
const check = state => {

0 commit comments

Comments
 (0)