Haider Malik

Results 4 comments of Haider Malik

However you feel comfortable. Please let me know your thoughts on it What would you prefer to do? On Mon, Aug 28, 2023, 1:19 PM Kamil Mysliwiec ***@***.***> wrote: >...

Thanks, I will do it One more thing, Can I also write the documentation about Testing in GraphQL and Nest.js? My idea is to write the documentation of my sample...

Hey @kamilmysliwiec My example is using Postgres and TypeORM I could not find TypeORM and Postgres integration [grahql-schema-first]( https://github.com/nestjs/nest/tree/master/sample/12-graphql-schema-first). Do you want me to add unit testing and integration testing...

I have created a simple `cats.services.spec.ts` in [grahql-schema-first](https://github.com/nestjs/nest/tree/master/sample/12-graphql-schema-first). I am getting this error: ```bash SyntaxError: /project/home/haidermalik12/workspace/src/cats/cats.service.spec.ts: Missing semicolon. (6:13) 4 | 5 | describe('CatsService', () => { > 6 |...