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:
mlaval 2015-11-03 15:53:28 +01:00
parent e27665c368
commit ee07646059
1 changed files with 1 additions and 1 deletions

View File

@ -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):