mmanela / chutzpah

Chutzpah is an open source JavaScript test runner which enables you to run unit tests using QUnit, Jasmine, Mocha and TypeScript.
http://mmanela.github.io/chutzpah/
Apache License 2.0
550 stars 143 forks source link

Auto update package-lock files #819

Closed Evangelink closed 1 year ago

Evangelink commented 1 year ago

When doing a local build, the logs were saying that the package-lock.json files were using old mechanism and will be auto-updated to new format. So I am starting a first PR with only that change.