Skip to content

Commit

Permalink
cambios jest5
Browse files Browse the repository at this point in the history
  • Loading branch information
jul1oCesar0 committed Nov 1, 2024
1 parent 4ff4c75 commit deb11ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions coverage/clover.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<coverage generated="1730463331495" clover="3.2.0">
<project timestamp="1730463331495" name="All files">
<coverage generated="1730463804558" clover="3.2.0">
<project timestamp="1730463804558" name="All files">
<metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0" elements="0" coveredelements="0" complexity="0" loc="0" ncloc="0" packages="0" files="0" classes="0"/>
</project>
</coverage>
2 changes: 1 addition & 1 deletion coverage/lcov-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1>All files</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-11-01T12:15:31.479Z
at 2024-11-01T12:23:24.542Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "react-scripts test"
"test": "react-scripts test --ci --coverage --env=jsdom"
},
"dependencies": {
"@emotion/react": "^11.11.3",
Expand Down

0 comments on commit deb11ff

Please sign in to comment.