Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
memochou1993 committed Dec 24, 2022
1 parent 7b972d7 commit 869e9be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/configure.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ test('COMMAND_CONFIGURE FOO', async () => {
expect(getPrompt(USER_ID).lines.length).toEqual(1 * 2);
const replies = results.map(({ messages }) => messages.map(({ text }) => text));
expect(replies).toEqual(
[],
[
['undefined'],
],
);
}, TIMEOUT);

Expand Down

0 comments on commit 869e9be

Please sign in to comment.