chore(test): fix public API test failure when no support of Symbol.for
`@@observable` is the token used in RxJS to define `Symbol.observable` Closes #5093
This commit is contained in:
parent
e27665c368
commit
ee07646059
|
@ -14,7 +14,7 @@ const IGNORE =
|
|||
originalException: true,
|
||||
originalStack: true,
|
||||
wrapperMessage: true,
|
||||
wrapperStack: true
|
||||
wrapperStack: true, '@@observable': true
|
||||
}
|
||||
|
||||
function collectClassSymbols(symbols: string[], prefix: String, type: Function):
|
||||
|
|
Loading…
Reference in New Issue