We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d639c5 commit fc27f51Copy full SHA for fc27f51
src/ExpectEngine.ts
@@ -11,9 +11,6 @@ export class ExpectEngine extends EventEmitter {
11
}
12
13
feed(bytes: number[]) {
14
- if (this.expectTexts.length === 0 && this.failTexts.length === 0) {
15
- return;
16
- }
17
for (const byte of bytes) {
18
const char = String.fromCharCode(byte);
19
if (char === '\n') {
0 commit comments