chore(deps): update all non-major dependencies #488
Annotations
5 errors
|
test
Process completed with exit code 1.
|
|
test/Optimization.js > minimizer plugin legacy syntax:
test/Optimization.js#L82
expected [Function] to throw error matching /optimization.minimizer\(\) no longer …/ but got 'optimization.minimizer() does not sup…'
- Expected%3A
/optimization.minimizer\(\) no longer supports being passed an array/
+ Received%3A
"optimization.minimizer() does not support being passed an array."
|
|
test/Config.js > validate with values:
test/Config.js#L519
expected [Function] to not throw an error but 'TypeError%3A (0 %2C webpack__rspack_impor…' was thrown
- Expected%3A
undefined
+ Received%3A
"TypeError%3A (0 %2C webpack__rspack_import_0.validate) is not a function"
|
|
test/Config.js > validate with entry:
test/Config.js#L477
expected [Function] to not throw an error but 'TypeError%3A (0 %2C webpack__rspack_impor…' was thrown
- Expected%3A
undefined
+ Received%3A
"TypeError%3A (0 %2C webpack__rspack_import_0.validate) is not a function"
|
|
test/Config.js > validate empty:
test/Config.js#L467
expected [Function] to not throw an error but 'TypeError%3A (0 %2C webpack__rspack_impor…' was thrown
- Expected%3A
undefined
+ Received%3A
"TypeError%3A (0 %2C webpack__rspack_import_0.validate) is not a function"
|