Skip to content

Conversation

s1gr1d
Copy link
Member

@s1gr1d s1gr1d commented Oct 21, 2025

Ember E2E tests fail with util.isRegExp is not a function. Apparently, this is a JSDoc/Node issue that was already resolved last year: jsdoc/jsdoc#2126

It is happening since the tests run with Node 24.10.0 instead of 22.20.0. The isRegExp API was removed from Node, so I updated the clean-css package as it's mentioned in the error stack. However, it could be that we either need to update ember-cli or just downgrade the node version for this test.

@s1gr1d s1gr1d merged commit 1bd76c0 into develop Oct 21, 2025
33 checks passed
@s1gr1d s1gr1d deleted the sig/fix-ember-classic-e2e branch October 21, 2025 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants