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
I often run Meteor normally and another Meteor process in test watch mode. It probably doesn't make sense to have the test runner load web-shell at all. So you could wrap the entire thing in if (Meteor.isTest || Meteor.isAppTest) return
The text was updated successfully, but these errors were encountered:
hexsprite
changed the title
conflicts with test runner
port conflicts with test runner
Jul 10, 2018
I often run Meteor normally and another Meteor process in test watch mode. It probably doesn't make sense to have the test runner load web-shell at all. So you could wrap the entire thing in
if (Meteor.isTest || Meteor.isAppTest) return
The text was updated successfully, but these errors were encountered: