DiscoverMeteor/Microscope

Is this an issue with meteor I should report?

Falieson opened this issue · 2 comments

Package.onTest(function(api) {
  api.use(['tinytest', 'test-helpers'], 'client');
  api.use('falieson:errors', 'client');
  api.addFiles('errors_tests.js', 'client');
});

$ meteor test-packages falieson:errors
[[[[[ Tests ]]]]]

=> Started proxy.
=> Started MongoDB.
=> Errors prevented startup:

While building package local-test:falieson:errors:
error: File not found: errors_tests.js

=> Your application has errors. Waiting for file change.

$ mv errors-tests.js errors_tests.js

=> Modified -- restarting.

Changes to your project's package version selections:

autoupdate removed from your project
base64 removed from your project
binary-heap removed from your project
blaze removed from your project
blaze-tools removed from your project
boilerplate-generator removed from your project
bootstrap removed from your project
callback-hook removed from your project
check removed from your project
ddp removed from your project
deps removed from your project
ejson removed from your project
falieson:errors removed from your project
fastclick removed from your project
geojson-utils removed from your project
html-tools removed from your project
htmljs removed from your project
http removed from your project
id-map removed from your project
jquery removed from your project
json removed from your project
launch-screen removed from your project
livedata removed from your project
local-test:falieson:errors removed from your project
logging removed from your project
meteor removed from your project
meteor-platform removed from your project
minifiers removed from your project
minimongo removed from your project
mobile-status-bar removed from your project
mongo removed from your project
mongo-livedata removed from your project
observe-sequence removed from your project
ordered-dict removed from your project
random removed from your project
reactive-dict removed from your project
reactive-var removed from your project
reload removed from your project
retry removed from your project
routepolicy removed from your project
session removed from your project
spacebars removed from your project
spacebars-compiler removed from your project
templating removed from your project
test-helpers removed from your project
test-in-browser removed from your project
tinytest removed from your project
tracker removed from your project
ui removed from your project
underscore removed from your project
url removed from your project
webapp removed from your project
webapp-hashing removed from your project

=> Exited with code: 1
W20150702-09:29:09.084(-7)? (STDERR) Program has no main() function.
W20150702-09:29:10.077(-7)? (STDERR) Program has no main() function.
=> Exited with code: 1
W20150702-09:29:10.834(-7)? (STDERR) Program has no main() function.
=> Exited with code: 1
=> Your application is crashing. Waiting for file change.

trying again

$ meteor test-packages falieson:errors
[[[[[ Tests ]]]]]

=> Started proxy.
=> Started MongoDB.
=> Started your app.

=> App running at: http://localhost:3000/

Did you manage to work this out?

I've completed the discover meteor tutorial, thanks! it was very good