node-efficientnet icon indicating copy to clipboard operation
node-efficientnet copied to clipboard

fix log4j deprecation error on karma tests runner

Open ntedgi opened this issue 3 years ago • 0 comments

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

ntedgi avatar Apr 16 '22 07:04 ntedgi