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
In order to prevent error messages emitted by phantomjs, meteor reset is called before meteor test in several package.json scripts.
Once a fix is indentified for this, either a later version of phantomjs, or a substitute option (like aldeed mentions), update the scripts to run the tests properly, and without the meteor reset.
In order to prevent error messages emitted by phantomjs,
meteor reset
is called beforemeteor test
in several package.json scripts.Once a fix is indentified for this, either a later version of phantomjs, or a substitute option (like aldeed mentions), update the scripts to run the tests properly, and without the
meteor reset
.Information on the issue found with phantomjs.
The text was updated successfully, but these errors were encountered: