Tinytest.add('errors - standard', function (test) {
  var require = meteorInstall();
  test.throws(() => {
    require('meteor/foo');
  }, 'Cannot find package "foo". Try "meteor add foo".');