We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1e284 commit 855656aCopy full SHA for 855656a
CONTRIBUTING.md
@@ -108,7 +108,9 @@ Use `git rebase` (not `git merge`) to sync your work from time to time to make s
108
109
Be sure to run the tests before submitting your pull request. PRs with failing tests won’t be accepted.
110
111
- $ TODO
+ $ node etc/test-setup.js
112
+ $ mocha test-basic
113
+ $ node etc/test-teardown.js
114
115
#### Push your changes
116
0 commit comments