Skip to content

Commit

Permalink
chore: include mocha overloads and test files in test tsconfig.json (#…
Browse files Browse the repository at this point in the history
…4090)

Co-authored-by: Aditi Khare <106987683+aditi-khare-mongoDB@users.noreply.github.com>
  • Loading branch information
baileympearson and aditi-khare-mongoDB committed Apr 18, 2024
1 parent 322d9e8 commit c213679
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/tsconfig.json
Expand Up @@ -5,5 +5,9 @@
"allowJs": true,
"checkJs": false
},
"include": ["../node_modules/@types/mocha/index.d.ts", "./mongodb-mocha.d.ts",]
"include": [
"../node_modules/@types/mocha/index.d.ts",
"../global.d.ts",
"./**/*"
]
}

0 comments on commit c213679

Please sign in to comment.