-
Notifications
You must be signed in to change notification settings - Fork 75
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
Write to and read from memory #25
Comments
Yeah, I like the idea of handling everything in memory. I always wanted to implement this feature, but never found the time. If you would like to give it a try, please do it. . We have to consider a few things:
|
This was referenced Dec 5, 2016
Closed
mocha-webpack compiles to memory now (#83) |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently,
mocha-webpack
compile the webpack bundle to.tmp
folder and letmocha
read it from there. This process is time-consuming.I suggest we should write the bundle to memory and let
mocha
read it from memory. This blog shows that it is a feasible way by using an undocumentedmocha
api.If this looks good to you, I would like to give it a try :)
The text was updated successfully, but these errors were encountered: