Added test command for Windows support#886
Merged
drew-gross merged 3 commits intoparse-community:masterfrom Mar 10, 2016
Merged
Added test command for Windows support#886drew-gross merged 3 commits intoparse-community:masterfrom
drew-gross merged 3 commits intoparse-community:masterfrom
Conversation
Use `npm run test:win` to run tests on Windows. Fixes parse-community#323. Variables like `$COVERAGE_OPTION` are not supported in Windows.
Current coverage is
|
Contributor
|
Maybe we can remove the coverage checking from Windows as it will be checked in github? Could add coverage:win if we really want to check coverage in Windows. |
Contributor
|
@steven-supersolid I have a better idea for that, we could create a spec/coverage.js that would use the env variable through process.env.CODE_COVERAGE set or not to start / not start the coverage instead of adding so many scripts |
|
@aneeshd16 updated the pull request. |
|
@aneeshd16 updated the pull request. |
drew-gross
added a commit
that referenced
this pull request
Mar 10, 2016
Added test command for Windows support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use
npm run test:winto run tests on Windows. Fixes #323.Variables like
$COVERAGE_OPTIONare not supported in Windows.