Skip to content

Commit 3f4cea8

Browse files
JoostVoskuilcmendible
authored andcommitted
add dependencies
1 parent 94654ea commit 3f4cea8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

exercisefiles/node_typescript/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"typescript": "^5.6.3"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^22.8.6"
18+
"@types/mocha": "^10.0.9",
19+
"@types/node": "^22.8.6",
20+
"mocha": "^10.8.2"
1921
}
2022
}

exercisefiles/node_typescript/test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
//write npm command line to install mocha
2-
//npm i --global mocha
3-
//npm i --save-dev @types/mocha
42
//command to run this test file
53
//mocha test.js
64

0 commit comments

Comments
 (0)