Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
Fix flow error
Browse files Browse the repository at this point in the history
  • Loading branch information
0x80 committed Sep 30, 2019
1 parent 57cd0b7 commit 8e2b6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/reporters/console-reporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ test('ConsoleReporter.activity', async () => {

test('ConsoleReporter.select', async () => {
expect(
await getConsoleBuff(async function(r, streams): Promise<void> {
await getConsoleBuff(async function(r, streams) {
streams.stdin.on('resume', function() {
streams.stdin.send('1\n', 'ascii');
streams.stdin.end();
Expand Down

0 comments on commit 8e2b6f9

Please sign in to comment.