Skip to content

Commit

Permalink
docs(examples): add missing module (#4018)
Browse files Browse the repository at this point in the history
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 <brownman@users.noreply.github.com>
  • Loading branch information
brownman and brownman committed Jul 15, 2021
1 parent dbd2a07 commit 310f855
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/basic-crud-application/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/mocha": "^8.2.3",
"@types/chai": "^4.2.16",
"@types/uuid": "^8.3.0",
"chai": "^4.3.4",
Expand Down

0 comments on commit 310f855

Please sign in to comment.