Error in spec for palindrome-products

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?

@ErikSchierboom, @iHiD, can one of you check it in the back end?

1 Like