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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,17 +12,17 @@ npm run build
12
12
13
13
## Running test cases
14
14
15
-
The designated directory for tests is `/test/jest` folder. All tests will be run against the assertion present in the `/test/jest/__snapshot__` folder. To create this file you need to just run below command just once. Any update in the tests can be updated to by pressing `u` while the test environment is running.
15
+
The designated directory for tests is `/tests/jest` folder. All tests will be run against the assertion present in the `/tests/jest/__snapshot__` folder. To create this file you need to run the following command once. To rerun tests after making changes press`u` while the test environment is running.
16
16
17
17
Execute following command from the root folder to start testing.
18
18
```sh
19
19
npm run test
20
20
```
21
21
22
-
## Running sample frontend react app
22
+
## Running the test frontend React app
23
23
24
-
Please refer to the sample app `Readme.md` for details.
24
+
Please refer to the the test app `README.md` for details.
25
25
26
-
## Running sample backend server
26
+
## Running the test backend server
27
27
28
-
Please refer to the sample app `Readme.md` for details.
28
+
Please refer to the the test app `README.md` for details.
0 commit comments