ntedgi / node-efficientnet

tensorflowJS implementation of EfficientNet 🚀
https://www.npmjs.com/package/node-efficientnet
MIT License
257 stars 37 forks source link

fix log4j deprecation error on karma tests runner #65

Closed ntedgi closed 1 year ago

ntedgi commented 2 years ago

fix log4j deprecation error on karma tests runner

(node:21926) [log4js-node-DEP0004] DeprecationWarning: Pattern %d{DATE} is deprecated due to the confusion it causes when used. Please use %d{DATETIME} instead.

Follow this thread https://stackoverflow.com/questions/70841924/log4js-node-dep0004-deprecation-warning-in-angular-12-karma-unit-tests

update karma to ^6.3.12

Screen Shot 2022-04-16 at 11 29 08