cse110-fa22-group29/package.json
Arthur Lu 0f622d16de switch to mocha for test latency improvements
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2022-11-08 00:00:15 +00:00

11 lines
159 B
JSON

{
"name": "food-journal",
"version": "1.0.0",
"scripts": {
"test": "mocha --recursive **/*.test.js"
},
"dependencies": {
"mocha": "10"
}
}