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

[noob here] Is there a way to run burp without generating the js files? #24

Open
Enzo3322 opened this issue Apr 12, 2024 · 1 comment
Open

Comments

@Enzo3322
Copy link

I have a simple project that uses typescript and I would like to write some unit tests without using jest, using burp I end up generating .js files after the test is completed and this is a nuisance.

Is there a way to use burp to run my tests written in ts without generating the .js?

@mcollina
Copy link
Owner

Why is it a nuisance? At the end of the day, your production system will inevitably run .js file from disk. Why should your test do differently?

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

No branches or pull requests

2 participants