Browse Source

Updating README for testing tutorial

master
GabrielTrettel 4 years ago
parent
commit
0cfc5d3b5d
  1. 11
      README.md

11
README.md

@ -3,14 +3,16 @@
This project contains the components developed for a mobile app within the Waterproofing Data Project - WPD-WP6.
# Tech stack
* [React Native](https://reactnative.dev/)
* [Expo](https://docs.expo.io)
- [React Native](https://reactnative.dev/)
- [Expo](https://docs.expo.io)
# Folder Structure Convention
> Folder structure options and naming conventions for this project
### Directory layout
```
.
├── LICENSE # License description file
@ -43,3 +45,8 @@ This project contains the components developed for a mobile app within the Water
$ cd WPD-MobileApp/src
$ npm start
## Running unit tests with [Jest](https://docs.expo.io/guides/testing-with-jest/)
$ cd WPD-MobileApp/src
$ npm run test
Loading…
Cancel
Save