-
Notifications
You must be signed in to change notification settings - Fork 797
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
Tests fail on windows with JScript compilation errors #50
Labels
Comments
Tapppi
added a commit
to Tapppi/standard-version
that referenced
this issue
Jun 7, 2016
Explicitly run the cli with 'node <index.js path>' to fix running tests on windows. There seems to be a bug overwriting project package.json and CHANGELOG.md on windows after failed tests. Ref Issue conventional-changelog#50
Tests now run, but there seems to be a bug overwriting the project's package.json and CHANGELOG.md with test data after running ALL tests.. If i ctrl-c out of the tests midway through it doesn't happen. Working on it though. |
@Tapppi interesting, this could be a path bug ... perhaps we're screwing up |
Tapppi
added a commit
to Tapppi/standard-version
that referenced
this issue
Jun 8, 2016
Explicitly run the cli with 'node <index.js path>' to fix running tests on windows. There seems to be a bug overwriting project package.json and CHANGELOG.md on windows after failed tests. Fixes conventional-changelog#50
Tapppi
added a commit
to Tapppi/standard-version
that referenced
this issue
Jun 8, 2016
Explicitly run the cli with 'node <index.js path>' to fix running tests on windows. There seems to be a bug overwriting project package.json and CHANGELOG.md on windows after failed tests. Fixes conventional-changelog#50
Tapppi
added a commit
to Tapppi/standard-version
that referenced
this issue
Jun 8, 2016
Explicitly run the cli with 'node <index.js path>' to fix running tests on windows. There seems to be a bug overwriting project package.json and CHANGELOG.md on windows after failed tests. Fixes conventional-changelog#50
Tapppi
added a commit
to Tapppi/standard-version
that referenced
this issue
Jun 8, 2016
Explicitly run the cli with 'node <index.js path>' to fix running tests on windows. There seems to be a bug overwriting project package.json and CHANGELOG.md on windows after failed tests. Fixes conventional-changelog#50
Tapppi
added a commit
to Tapppi/standard-version
that referenced
this issue
Jun 8, 2016
Explicitly run the cli with 'node <index.js path>' to fix running tests on windows. Fixes conventional-changelog#50
nexdrew
pushed a commit
that referenced
this issue
Jun 8, 2016
Explicitly run the cli with 'node <index.js path>' to fix running tests on windows. Fixes #50
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
npm t
never even gets to any work on Windows due to aMicrosoft JScript compilation error
being thrown during each test case.The text was updated successfully, but these errors were encountered: