Skip to content

Commit 625a978

Browse files
authored
Update readme with renamed project details
1 parent 852ea41 commit 625a978

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Boilerplate graphql test framework using Mocha, SuperTest and TypeScript.
1010
Clone Repository
1111

1212
```bash
13-
git clone https://github.com/sadabnepal/graphql-supertest-api.git
14-
cd graphql-supertest-api
13+
git clone https://github.com/sadabnepal/graphql-testing-supertest-ts.git
14+
cd graphql-testing-supertest-ts
1515
```
1616

1717
Install packages:
@@ -104,4 +104,4 @@ Sample Report
104104
- [ ] use of directive to build dynamic/reusable query
105105
- [ ] fields in query vs fields in mutation
106106
- [ ] inline fragments (unions)
107-
- [ ] meta fields (fetch type of field __typename)
107+
- [ ] meta fields (fetch type of field __typename)

0 commit comments

Comments
 (0)