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

fix: make mocha self-contained with the source map support #913

Merged
merged 1 commit into from
Jan 26, 2018

Commits on Jan 26, 2018

  1. fix: make mocha self-contained with the source map support

    This is a follow-up to #884.
    The changes make it impossible to run 'npm test' for individual packages.
    
    - There is no local mocha command for each package and it depends on the
      global installation of 'mocha'
    - With the global mocha, --require source-map-support/register cannot be
      resolved.
    
    The PR adds 'lb-mocha' command so that we can support source-map-support
    correctly along with other options. No global mocha installation is needed.
    raymondfeng committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    7bc8125 View commit details
    Browse the repository at this point in the history