Skip to content

Commit

Permalink
edited test-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Psalmz777 committed Sep 26, 2023
1 parent dcf821e commit b26860b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ env/
.vscode
__pycache__/
.DS_Store
.nyc_output

# global vscode gitignore
.vscode/*
Expand Down
4 changes: 2 additions & 2 deletions src/data-mgt/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"stage-pc": "set NODE_ENV=staging&&nodemon ./bin",
"prod-pc": "set NODE_ENV=production&&nodemon ./bin",
"create-env": "printenv > .env",
"test": " mocha ./**/test/ut_*.js",
"test-coverage": "nyc --reporter=lcov mocha ./**/test/ut_*.js"
"test": " mocha ./**/test/ut_*.js --exit",
"test-coverage": "nyc --reporter=lcov mocha ./**/test/ut_*.js --exit"

},
"_moduleAliases": {
Expand Down

0 comments on commit b26860b

Please sign in to comment.