Skip to content

Commit

Permalink
test(core): update runtime error list to include deps tracker error
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pmvald committed Jul 17, 2023
1 parent 6c81f9f commit a37d810
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions goldens/public-api/core/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a37d810

Please sign in to comment.