-
Notifications
You must be signed in to change notification settings - Fork 13
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
npm test seems to hang indefinitely #22
Comments
Will try running today |
Yup, times out. Something is wrong! Will investigate, need to stream the test output, rather than wait until the child process finishes |
Seeing this also :-( https://codeship.com/projects/85475/builds/6272691 |
Can you guys try again against dont-break@0.3.3 please? It streams test output / errors |
This is what I get now:
|
Here's my command: |
Failed for me as well. Here's the output:
Near as I can tell this implies that the downstream should include tests in the npm release. Is that a pre-requisite of downstream modules? |
@mtscout6 seems the downstream project does not include source / unit tests, thus trying to run the build and test command fails. There is a feature request to be able to test against git repos and not against the published NPM modules, see /issues/15 |
@kentcdodds I cannot see the codeship project, seems weird that the project keeps running - the last line is actually the exit, see https://github.com/bahmutov/dont-break/blob/master/index.js#L20 |
I was trying to see if this would work in react-bootstrap against our downstream dependent react-router-bootstrap. I added react-router-bootstrap to the
.dont-break
file in the root of the react-bootstrap repo and ran./node_modules/.bin/dont-break
I get the following output and it has been hanging for an hour:Am I missing something?
The text was updated successfully, but these errors were encountered: