Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
avisek123 authored Aug 11, 2024
1 parent a20a977 commit a56a569
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ This is a new [**React Native**](https://reactnative.dev) project, bootstrapped
-[Find the Length of a String](https://github.com/avisek123/RNUnitTesting/blob/main/__tests__/StringLenght.test.tsx)
-[Concatenate Two Strings](https://github.com/avisek123/RNUnitTesting/blob/main/__tests__/StringsConcatenate.test.tsx)
-[Convert a String to Uppercase](https://github.com/avisek123/RNUnitTesting/blob/main/__tests__/StringToUpperCase.test.ts)
-[Check if a String Contains a Substring] (https://github.com/avisek123/RNUnitTesting/blob/main/__tests__/SubString.test.ts)
-[Check if a Number is Positive] (https://github.com/avisek123/RNUnitTesting/blob/main/__tests__/CheckPositiveNumber.test.ts)
-[Check if a Array is Empty] (https://github.com/avisek123/RNUnitTesting/blob/main/__tests__/EmptyArray.test.ts)
-[Find the Square of a Number] (https://github.com/avisek123/RNUnitTesting/blob/main/__tests__/FindSqaure.test.ts)
-[Check if a String Contains a Substring](https://github.com/avisek123/RNUnitTesting/blob/main/__tests__/SubString.test.ts)
-[Check if a Number is Positive](https://github.com/avisek123/RNUnitTesting/blob/main/__tests__/CheckPositiveNumber.test.ts)
-[Check if a Array is Empty](https://github.com/avisek123/RNUnitTesting/blob/main/__tests__/EmptyArray.test.ts)
-[Find the Square of a Number](https://github.com/avisek123/RNUnitTesting/blob/main/__tests__/FindSqaure.test.ts)

## Common Issues and Troubleshooting

Expand Down

0 comments on commit a56a569

Please sign in to comment.