ethereumjs / ethereumjs-tx

Project is in active development and has been moved to the EthereumJS VM monorepo.
https://github.com/ethereumjs/ethereumjs-vm/tree/master/packages/tx
Mozilla Public License 2.0
779 stars 235 forks source link

Fix Karma for users with more browsers than firefox #127

Closed danjm closed 5 years ago

danjm commented 5 years ago

Given the current set up, Karma tests will not run locally for users with more browsers than Firefox. This is because Karma requires a launcher for each browser it detects.

This PR fixes this by forcing Karma to only use Firefox.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 98.795% when pulling cbbfc7f0ba583127efe379967088789829c33887 on danjm:improve-karma-default-browser-behaviour into e3fc21467ecb997090f63f154b1407094f173bf2 on ethereumjs:master.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 98.795% when pulling bead49ef6db04d8e26e39b7752eae2aae878138c on danjm:improve-karma-default-browser-behaviour into e3fc21467ecb997090f63f154b1407094f173bf2 on ethereumjs:master.