Skip to content

Commit

Permalink
debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Jan 23, 2022
1 parent 326d76c commit d1adfd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/entrypoint.cli.e2e.private.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ describe('inquirer cli', () => {
devAccessToken,
]);

console.log('res', JSON.stringify(res));

const lineCount = res.split('\n').length;
expect(lineCount).toBeGreaterThan(10);

Expand Down

0 comments on commit d1adfd5

Please sign in to comment.