Skip to content

Commit

Permalink
add cov
Browse files Browse the repository at this point in the history
Signed-off-by: Erick Wendel <erick.workspace@gmail.com>
  • Loading branch information
ErickWendel committed Aug 29, 2024
1 parent aad78ab commit 8a7b2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/web-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "node src/index.js",
"dev": "node --inspect --watch src/index.js",
"test:dev": "NODE_ENV=test node --inspect --watch --test tests/",
"test": "NODE_ENV=test node --test tests/"
"test": "NODE_ENV=test node --experimental-test-coverage --test tests/"
},
"keywords": [],
"author": "erickwendel",
Expand Down

0 comments on commit 8a7b2c3

Please sign in to comment.