diff --git a/lib/index.test.js b/lib/index.test.js index 7b82c8b..d6672a6 100644 --- a/lib/index.test.js +++ b/lib/index.test.js @@ -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`