We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to enable node's garbage collector for some of my tests, but there is no flag to do so using borp.
A flag like --expose-gc which I could pass to borp, would be nice.
--expose-gc
Currently I have to do something like:
node --expose-gc node_modules/.bin/borp --coverage test/fetch/fetch-leak.js
borp --expose-gc --coverage test/fetch/fetch-leak.js
The text was updated successfully, but these errors were encountered:
Thanks for reporting! Would you like to send a Pull Request to address this issue? Remember to add unit tests.
Sorry, something went wrong.
@mcollina Yes I'd more than love to!
go for it!
No branches or pull requests
I want to enable node's garbage collector for some of my tests, but there is no flag to do so using borp.
A flag like
--expose-gc
which I could pass to borp, would be nice.Current Behaviour
Currently I have to do something like:
Desired Behaviour
The text was updated successfully, but these errors were encountered: