onflow/flow-js-testing

Add error if emulator is already running

Closed this issue · 1 comments

Instructions

Thrown errors when the emulator is already running are not very explicit by nature. For instance if I attempt to run the kitty-items tests with the emulator already running, the error I see is thrown: undefined. This is can be very confusing as evinced by #89 .

(Optional): Suggest A Solution

Add some sort of exception handling related to emulator already running, throw an error that is more explicit.

Closing as this is superseded by #112 and #113