RenovoSolutions / ngx-datetimepicker

An Angular component for a customizable date and time picker
MIT License
31 stars 24 forks source link

`npm test` is broken #156

Closed ibedard16 closed 2 years ago

ibedard16 commented 2 years ago

Right now, the test script in package.json is npm test.

That means that, when I try to run tests, npm just runs the same command a few times until it gets tired. It fortunately doesn't do it forever.

I tried to run tests more directly with ng test, and that command was broken too. The tests need to be fixed.

benjamin-a-kuntz commented 2 years ago

Resolved in https://github.com/RenovoSolutions/ngx-datetimepicker/pull/157