DEV: Relax 'unexpectedly found' matcher in deprecation-silencer (#30823)

We managed to find a slightly different way to trigger the same Ember
bug. This commit makes sure that's silenced as well.
This commit is contained in:
David Taylor 2025-01-16 17:55:56 +00:00 committed by GitHub
parent 5c6e96720b
commit d3a7b99699
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
const SILENCED_WARN_PREFIXES = [
"Setting the `jquery-integration` optional feature flag",
'unexpectedly found "!', // https://github.com/emberjs/ember.js/issues/19392
'unexpectedly found "', // https://github.com/emberjs/ember.js/issues/19392
];
class DeprecationSilencer {