Skip to content

Commit

Permalink
cambios en el package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jul1oCesar0 committed Nov 6, 2024
1 parent f78a35e commit d2e7c88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "react-scripts test"
"test": "vitest",
"test:unit": "vitest run"
},
"dependencies": {
"@emotion/react": "^11.11.3",
Expand Down

0 comments on commit d2e7c88

Please sign in to comment.