Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A JS test module that fails to load halts the test runner but does not report the load failure or exit non-zero #3078

Open
jwalgran opened this issue Mar 27, 2017 · 0 comments

Comments

@jwalgran
Copy link
Contributor

Steps to reproduce:

  • Add var fail = require('nonexistent-module'); to opentreemap/treemap/js/test/test.js
  • Run testem
$ vagrant ssh app -c "cd /opt/app/core &&
    xvfb-run /opt/app/core/node_modules/.bin/testem -f /opt/app/core/testem.json ci Firefox"

The reported number of successful tests will be decreased.

@jwalgran jwalgran added the bug label Mar 27, 2017
@dboyer dboyer added the medium label Aug 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants