Skip to content

test(crashtracker): replace express with core http#89

Draft
watson wants to merge 1 commit intomainfrom
watson/drop-3rd-party-deps
Draft

test(crashtracker): replace express with core http#89
watson wants to merge 1 commit intomainfrom
watson/drop-3rd-party-deps

Conversation

@watson
Copy link
Copy Markdown
Contributor

@watson watson commented Mar 3, 2026

Replace express and body-parser with Node.js core http module in test/crashtracker/index.js, eliminating third-party test dependencies. The yarn install step is moved from scripts/test.sh into the test itself so it manages its own dependency setup.

Copy link
Copy Markdown
Contributor Author

watson commented Mar 3, 2026

This stack of pull requests is managed by Graphite. Learn more about stacking.

@watson watson changed the base branch from watson/eslint to graphite-base/89 March 3, 2026 16:06
@watson watson force-pushed the graphite-base/89 branch from 7c98394 to 83fd325 Compare March 3, 2026 20:15
@watson watson force-pushed the watson/drop-3rd-party-deps branch from c3ded24 to 13eccc1 Compare March 3, 2026 20:15
@watson watson changed the base branch from graphite-base/89 to main March 3, 2026 20:15
@watson watson force-pushed the watson/drop-3rd-party-deps branch from 13eccc1 to 54282e4 Compare March 3, 2026 20:18
Remove express and body-parser dependencies in favor of
Node.js core http module. This simplifies the test setup
and eliminates third-party dependencies. The yarn install
step is moved from the test runner script into the test
itself.
@watson watson force-pushed the watson/drop-3rd-party-deps branch from 54282e4 to 5c4b7c7 Compare March 3, 2026 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant