Skip to content

Commit 310f855

Browse files
authored
docs(examples): add missing module (#4018)
Fixes the following error: > test/todo-management/todo.tests.ts:275:3 - error TS2582: Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`. Co-authored-by: brownman <[email protected]>
1 parent dbd2a07 commit 310f855

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/basic-crud-application/server/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"uuid": "^8.3.2"
2525
},
2626
"devDependencies": {
27+
"@types/mocha": "^8.2.3",
2728
"@types/chai": "^4.2.16",
2829
"@types/uuid": "^8.3.0",
2930
"chai": "^4.3.4",

0 commit comments

Comments
 (0)