Skip to content

Commit

Permalink
No end
Browse files Browse the repository at this point in the history
  • Loading branch information
negoziator committed Oct 8, 2023
1 parent 2280fa9 commit 0131dad
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/specs/cli/commits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export default testSuite(({ describe }) => {
const stdout = buffer.toString();
if (stdout.match('└')) {
committing.stdin!.write('y');
committing.stdin!.end();
}
});

Expand Down Expand Up @@ -75,7 +74,6 @@ export default testSuite(({ describe }) => {
const stdout = buffer.toString();
if (stdout.match('└')) {
committing.stdin!.write('y', () => ({}));
committing.stdin!.end();
}
});

Expand Down Expand Up @@ -109,7 +107,6 @@ export default testSuite(({ describe }) => {
const stdout = buffer.toString();
if (stdout.match('└')) {
committing.stdin!.write('y', () => ({}));
committing.stdin!.end();
}
});

Expand Down Expand Up @@ -147,7 +144,6 @@ export default testSuite(({ describe }) => {
const stdout = buffer.toString();
if (stdout.match('└')) {
committing.stdin!.write('\r');
committing.stdin!.end();
committing.stdout?.off('data', onPrompt);
}
});
Expand Down Expand Up @@ -190,7 +186,6 @@ export default testSuite(({ describe }) => {
const stdout = buffer.toString();
if (stdout.match('└')) {
committing.stdin!.write('y', () => ({}));
committing.stdin!.end();
}
});

Expand Down Expand Up @@ -226,7 +221,6 @@ export default testSuite(({ describe }) => {
const stdout = buffer.toString();
if (stdout.match('└')) {
committing.stdin!.write('y', () => ({}));
committing.stdin!.end();
}
});

Expand Down Expand Up @@ -259,7 +253,6 @@ export default testSuite(({ describe }) => {
if (stdout.match('└')) {
/* tslint:disable:no-empty */
committing.stdin!.write('y', () => ({}));
committing.stdin!.end();
}
});

Expand Down Expand Up @@ -294,7 +287,6 @@ export default testSuite(({ describe }) => {
const stdout = buffer.toString();
if (stdout.match('└')) {
committing.stdin!.write('y', () => ({}));
committing.stdin!.end();
}
});

Expand Down Expand Up @@ -328,7 +320,6 @@ export default testSuite(({ describe }) => {
const stdout = buffer.toString();
if (stdout.match('└')) {
committing.stdin!.write('y', () => ({}));
committing.stdin!.end();
}
});

Expand Down

0 comments on commit 0131dad

Please sign in to comment.