Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add end2end test for apps bundled with esbuild #459

Merged
merged 10 commits into from
Nov 28, 2024
Merged

Add end2end test for apps bundled with esbuild #459

merged 10 commits into from
Nov 28, 2024

Conversation

hansott
Copy link
Collaborator

@hansott hansott commented Nov 20, 2024

No description provided.

Copy link

codecov bot commented Nov 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

server.stdout.on("data", (data) => {
stdout += data.toString();
});
entrypoints.forEach((entrypoint) => {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Existing tests are run twice, for the normal app.js and once for compiled.js

docs/esbuild.md Outdated Show resolved Hide resolved
docs/esbuild.md Outdated Show resolved Hide resolved
docs/esbuild.md Outdated Show resolved Hide resolved
willem-delbare and others added 3 commits November 28, 2024 10:28
* 'esbuild' of github.com:AikidoSec/node-RASP:
  Update docs/esbuild.md
  Update docs/esbuild.md
@willem-delbare willem-delbare merged commit d643665 into beta Nov 28, 2024
9 checks passed
@willem-delbare willem-delbare deleted the esbuild branch November 28, 2024 09:40
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.

3 participants