The spec for wasm/palindrome-products currently fails with the error message:
Cannot find module 'core-js/modules/es.array.push.js' from '../..<solution>/palindrome-products.spec.js'
The file is present in the installed core-js module. What could be the cause of this? Should I rewrite the spec not to use Array.prototype.push?