Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyEckstein committed Nov 15, 2021
1 parent b5ce7d9 commit 3db1cc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,6 @@ describe('lib/index', () => {
expect(logger.info).toHaveBeenNthCalledWith(4, 'UPGRADING…');
expect(logger.info).toHaveBeenNthCalledWith(5, `npm i oli@1.0.1 \nnpm i -D barda@1.0.1 `);
expect(logger.info).toHaveBeenNthCalledWith(6, `Upgraded dependencies:\noli@1.0.1`);
// TODO: check proper formatting, what if more than one?
expect(logger.info).toHaveBeenNthCalledWith(
7,
`Upgraded development dependencies:\nbarda@1.0.1`
Expand Down

0 comments on commit 3db1cc5

Please sign in to comment.