You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2020. It is now read-only.
While working on ethereumjs/ethereumjs-tx#145 I got convinced that this module can't be run in a browser anymore.
Previously, this module used bulk-require and bulkify to read the tests fixtures. Both were created by substack (browserify author) to work nicely with browserify.
Now we are using node-dir, which doesn't seem to work with browserify.
The text was updated successfully, but these errors were encountered:
Hmm, it's a bit annoying, but maybe we should do a simple Karma setup on the library here itself? ethereumjs-testing is just internal, but the potential to break stuff is nevertheless there.
While working on ethereumjs/ethereumjs-tx#145 I got convinced that this module can't be run in a browser anymore.
Previously, this module used bulk-require and bulkify to read the tests fixtures. Both were created by substack (browserify author) to work nicely with browserify.
Now we are using node-dir, which doesn't seem to work with browserify.
The text was updated successfully, but these errors were encountered: