Skip to content

Update CONTRIBUTING.md to include test-running instructions #264

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

Merged
merged 3 commits into from
Feb 6, 2016

Conversation

drew-gross
Copy link
Contributor

No description provided.

* Please write tests to cover new methods.
* Please run the tests and make sure you didn't break anything.
* Take testing seriously! Aim to increase the test coverage with every pull request.
* Run the tests for the file you are working on with `TESTING=1 ./node_modules/jasmine/bin/jasmine.js --filter="MyFile"` (from repo root)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Running a single spec file is done like this:

TESTING=1 ./node_modules/jasmine/bin/jasmine.js spec/ParseFile.spec.js

@facebook-github-bot
Copy link

@drew-gross updated the pull request.

drew-gross added a commit that referenced this pull request Feb 6, 2016
Update CONTRIBUTING.md to include test-running instructions
@drew-gross drew-gross merged commit 6a3718e into master Feb 6, 2016
@drew-gross
Copy link
Contributor Author

Flaky mongo tests. Merging despite failure.

@flovilmart flovilmart deleted the testing branch March 31, 2016 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants