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:
Payam Valadkhan 2023-07-17 16:45:29 -04:00 committed by Jessica Janiuk
parent 07b04b2511
commit 89c84bf2c1

View file

@ -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,