docs: add submodule update step before test runs#11576
Conversation
|
PR Review: docs: add submodule update step before test runsSummary: This is a documentation-only change that adds a single line to AssessmentLGTM. This is a sensible and well-placed addition. The repo has three git submodules ( Minor observations
No issues with code quality, security, or correctness. Straightforward documentation improvement. |
There was a problem hiding this comment.
Pull request overview
This documentation-only PR adds a testing instruction to AGENTS.md that requires running git submodule update --init --recursive before executing tests. The repository contains three git submodules used for test fixtures (test262-parser-tests, html5lib-tests, and decorator-tests), making this instruction necessary for proper test execution.
Changes:
- Added instruction to run
git submodule update --init --recursivebefore running tests in AGENTS.md
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Binary Sizes
Commit: a5a4e06 |
Merging this PR will degrade performance by 2.02%
Performance Changes
Comparing Footnotes |
Summary
Testing