From 0cfc5d3b5dd5df09255ceb10b47e90170c0de611 Mon Sep 17 00:00:00 2001 From: GabrielTrettel Date: Wed, 30 Dec 2020 17:18:16 -0300 Subject: [PATCH] Updating README for testing tutorial --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03ad827..9aec6ba 100644 --- a/README.md +++ b/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