You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-12Lines changed: 2 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ We welcome direct contributions to the sendgrid-nodejs code base. Thank you!
64
64
65
65
##### Prerequisites #####
66
66
67
-
- Node.js version 4or 6
67
+
- Node.js version 4, 6 or 7
68
68
- Please see [package.json](https://github.com/sendgrid/sendgrid-nodejs/tree/master/package.json)
69
69
70
70
##### Initial setup: #####
@@ -129,17 +129,7 @@ All test files are in the [`tests`](https://github.com/sendgrid/sendgrid-nodejs/
129
129
130
130
For the purposes of contributing to this repo, please update the [`test.js`](https://github.com/sendgrid/sendgrid-nodejs/tree/master/test/test.js) file with unit tests as you modify the code.
131
131
132
-
To run the tests:
133
-
134
-
First, we need to setup a local mocked SendGrid API server.
0 commit comments