assignments icon indicating copy to clipboard operation
assignments copied to clipboard

db.test.ts contain some errors ! Cant test the app !

Open Sanket00900 opened this issue 1 year ago • 3 comments

image

Sanket00900 avatar Feb 10 '24 05:02 Sanket00900

image

i'm also facing an issue

Ahd-Kabeer-Hadi avatar Feb 10 '24 11:02 Ahd-Kabeer-Hadi

There is only one problem that gives the following error - Parameter 'todo' implicitly has an 'any' type to resolve this follow the below steps:

  1. Go in tsconfig.json
  2. Add the following line under Complier Options in tsconfig.json
"noImplicitAny": false
  1. Save the file.

Rest all the error that you are receiving is because there is something wrong in your Code or Query.

RushikeshShelar avatar Feb 10 '24 17:02 RushikeshShelar

image

i'm also facing an issue

bro in mongodb to access the data or we can take an example as user to excess specific user .we have _id not id so in ur code u have to do User._id to access the specific user

i hope that helps

Tanishq1604 avatar Apr 16 '24 17:04 Tanishq1604