We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94654ea commit 3f4cea8Copy full SHA for 3f4cea8
exercisefiles/node_typescript/package.json
@@ -15,6 +15,8 @@
15
"typescript": "^5.6.3"
16
},
17
"devDependencies": {
18
- "@types/node": "^22.8.6"
+ "@types/mocha": "^10.0.9",
19
+ "@types/node": "^22.8.6",
20
+ "mocha": "^10.8.2"
21
}
22
exercisefiles/node_typescript/test.ts
@@ -1,6 +1,4 @@
1
//write npm command line to install mocha
2
-//npm i --global mocha
3
-//npm i --save-dev @types/mocha
4
//command to run this test file
5
//mocha test.js
6
0 commit comments