mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
test(core): update runtime error list to include deps tracker error (#50980)
The previous commits add a new runtime error code (RUNTIME_DEPS_INVALID_IMPORTED_TYPE) which needs to be added to the golden for the tests to pass. PR Close #50980
This commit is contained in:
parent
07b04b2511
commit
89c84bf2c1
1 changed files with 2 additions and 0 deletions
|
|
@ -111,6 +111,8 @@ export const enum RuntimeErrorCode {
|
|||
// (undocumented)
|
||||
REQUIRE_SYNC_WITHOUT_SYNC_EMIT = 601,
|
||||
// (undocumented)
|
||||
RUNTIME_DEPS_INVALID_IMPORTED_TYPE = 1000,
|
||||
// (undocumented)
|
||||
SIGNAL_WRITE_FROM_ILLEGAL_CONTEXT = 600,
|
||||
// (undocumented)
|
||||
TEMPLATE_STRUCTURE_ERROR = 305,
|
||||
|
|
|
|||
Loading…
Reference in a new issue