NationalBankBelgium / stark

Modern client-side Web application framework based on Angular, Angular Material / Material Design, TypeScript, Redux, RxJS, ...

Home Page:https://stark.nbb.be

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

testing: replace `@npmcli/ci-detect` dependency by `ci-info`

SuperITMan opened this issue · comments

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[X] Bug report  
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead see https://github.com/NationalBankBelgium/stark/blob/master/CONTRIBUTING.md#got-a-question-or-problem

Current behavior

stark-testing is using @npmcli/ci-detect library in Karma in order to detect if it is running in a CI environment.

⚠️@npmcli/ci-detect has been deprecated.

What is the motivation / use case for changing the behavior?

We should not use deprecated libraries. We should use the new recommended library instead: ci-info