Skip to content

Commit ffd8590

Browse files
committed
docs(CONTRIBUTING): add a note about running the tests
1 parent 2a8e55c commit ffd8590

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@ You are good to go! You're strongly encouraged to follow the official NativeScri
4646
2. First, search for a similar request and extend it if applicable. This way it would be easier for the community to track the features.
4747
3. When requesting a new feature, please provide as much detail as possible about why you need the feature in your apps. We prefer that you explain a need rather than explain a technical solution for it. That might trigger a nice conversation on finding the best and broadest technical solution to a specific need.
4848

49+
## Running Tests
50+
51+
1. To run the unit tests, execute the following command in the root of the project:
52+
53+
```
54+
npm test
55+
```
56+
57+
2. The end-to-end (e2e) tests for this project are integrated within the internal build infrastructure for NativeScript. Because of that, they are not available for local execution. They will be executed internally when you submit a pull request.
58+
4959
## Submitting PR
5060

5161
1. Create one or several commits describing your changes. Follow the [Angular commit message guidelines](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit#heading=h.uyo6cb12dt6w).

0 commit comments

Comments
 (0)