Skip to content

Commit

Permalink
Probando solucion a bug de coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
IsraelSI11 committed May 1, 2023
1 parent c5feee3 commit bdc8360
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/lomap_es3c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
2 changes: 1 addition & 1 deletion restapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"scripts": {
"start": "ts-node-dev ./server.ts",
"test": "cd tests && jest --runInBand"
"test": "jest --runInBand --coverage"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit bdc8360

Please sign in to comment.