Skip to content

Commit

Permalink
Dependencia instalada
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiollende committed Apr 28, 2024
1 parent 3ee2c7a commit 4c48689
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
28 changes: 28 additions & 0 deletions webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"scripts": {
"start": "set PORT=80 && set HTTP=true && react-scripts start",
"build": "set PORT=80 && set HTTP=true && react-scripts build",
"prod": "serve -s build",
"prod": "serve -s build",
"test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!axios)/'",
"test:e2e": "cross-env START_SERVER_AND_TEST_INSECURE=1 PORT=80 npm run rune2etests",
"rune2etests": "start-server-and-test 'node e2e/test-environment-setup.js' http://localhost:8000/health prod 80 \"cd e2e && jest\"",
Expand All @@ -61,6 +61,7 @@
},
"devDependencies": {
"axios-mock-adapter": "^1.22.0",
"cross-env": "^7.0.3",
"expect-puppeteer": "^9.0.2",
"jest": "^29.3.1",
"jest-cucumber": "^3.0.1",
Expand Down

0 comments on commit 4c48689

Please sign in to comment.