Skip to content

Commit

Permalink
void callback
Browse files Browse the repository at this point in the history
  • Loading branch information
negoziator committed Oct 7, 2023
1 parent 33674a0 commit 54d5e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/specs/cli/commits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export default testSuite(({ describe }) => {
committing.stdout!.on('data', (buffer: Buffer) => {
const stdout = buffer.toString();
if (stdout.match('└')) {
committing.stdin!.write('y');
committing.stdin!.write('y', () => {});

Check failure on line 260 in tests/specs/cli/commits.ts

View workflow job for this annotation

GitHub Actions / Test (ubuntu-latest)

Unexpected empty arrow function
committing.stdin!.end();
}
});
Expand Down

0 comments on commit 54d5e7d

Please sign in to comment.