#6143 test: add standalone forwardRef regression#13453
Open
satanTime wants to merge 1 commit intohelp-me-mom:mainfrom
Open
#6143 test: add standalone forwardRef regression#13453satanTime wants to merge 1 commit intohelp-me-mom:mainfrom
satanTime wants to merge 1 commit intohelp-me-mom:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #13453 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 228 228
Lines 4168 4168
Branches 1187 1187
=========================================
Hits 4168 4168 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
forwardRefparent/child cycle from Bug:RangeError: Maximum call stack size exceededwhen encountering circular reference in component imported usingforwardRef#6143mainHistorical verification
maincommitec28e3d412a5605420dddb9eeb9ff5f2f28649c3v14.7.1withRangeError: Maximum call stack size exceededValidation
COMPOSE_PROJECT_NAME=ngmocks_6143_test_132016 sh test.sh coverageCOMPOSE_PROJECT_NAME=ngmocks_6143_test_132016 sh test.sh a5es5COMPOSE_PROJECT_NAME=ngmocks_6143_test_132016 docker compose run --rm a14 npm run test:jasmine:es2015 -- --include src/test/tests/issue-6143/test.spec.tsCOMPOSE_PROJECT_NAME=ngmocks_6143_test_132016 docker compose run --rm a14 npm run test:jest:es2015 -- --runTestsByPath src/test/tests/issue-6143/test.spec.tsCOMPOSE_PROJECT_NAME=ngmocks_6143_test_132016 docker compose run --rm a15 npm run test:jasmine -- --include src/test/tests/issue-6143/test.spec.tsCOMPOSE_PROJECT_NAME=ngmocks_6143_test_132016 docker compose run --rm a15 npm run test:jest -- --runTestsByPath src/test/tests/issue-6143/test.spec.tsCOMPOSE_PROJECT_NAME=ngmocks_6143_test_132016 docker compose run --rm a20 npm run test:jasmine -- --include src/test/tests/issue-6143/test.spec.tsCOMPOSE_PROJECT_NAME=ngmocks_6143_test_132016 docker compose run --rm a20 npm run test:jest -- --runTestsByPath src/test/tests/issue-6143/test.spec.tsRefs #6143