Skip to content

Commit

Permalink
prueba para ver si se ejecutan en secuencial (compruebo luego que voy…
Browse files Browse the repository at this point in the history
… a cenar)
  • Loading branch information
uo282189 committed Apr 29, 2024
1 parent d4dc83b commit 35a27c3
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 @@ -33,7 +33,7 @@
"prod": "serve -s build",
"test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!axios)/'",
"clearJestCache": "jest --clearCache",
"test:e2e": "npm run clearJestCache && start-server-and-test 'node e2e/test-environment-setup.js' http://localhost:8000/health prod 3000 \"cd e2e && jest\"",
"test:e2e": "docker-compose down && start-server-and-test 'node e2e/test-environment-setup.js' http://localhost:8000/health prod 3000 \"cd e2e && jest --runInBand\"",
"eject": "react-scripts eject"
},
"eslintConfig": {
Expand Down

0 comments on commit 35a27c3

Please sign in to comment.