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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ Of course feel free to make your own issues if you think something needs to adde
6
6
7
7
# Basic quality checks
8
8
9
-
Please ensure that all tests pass before submitting changes. Most projects have a full test suite that are automatically run as part of the default phase of the Maven lifecycle (`mvn package` or `mvn install`).
9
+
Please ensure that all tests pass before submitting changes. Most projects have a full test suite that are automatically run as part of the default phase of the npm lifecycle (`npm install`).
10
10
11
-
They can also be run individually: unit tests with `mvn test` and integration tests with `mvn verify`.
11
+
They can also be run individually: unit tests with `npm run test`.
12
12
13
-
We follow the default Google code formatting style, please make sure to follow and adhere to these conventions when submitting code.
13
+
We follow the default Airbnb code formatting style, please make sure to follow and adhere to these conventions when submitting code.
0 commit comments