Skip to content

Commit

Permalink
Cambios en la ejecución de test
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiomalv committed May 3, 2022
1 parent 19215a4 commit 47be1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"test": "react-scripts test --coverage",
"test:e2e": "start-server-and-test 'npm --prefix ../restapi start' http://localhost:5000/api/product/list prod 3000 'cd e2e && jest'",
"eject": "react-scripts eject",
"prod": "ts-node-dev ./server.ts"
Expand Down

0 comments on commit 47be1bd

Please sign in to comment.