Skip to content

Commit

Permalink
cambio
Browse files Browse the repository at this point in the history
  • Loading branch information
jul1oCesar0 committed Nov 20, 2024
1 parent 7edbcb3 commit ca7900a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/barra.test.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Barra.test.js
/* // Barra.test.js
import { render, screen, fireEvent, waitFor } from '@testing-library/react';
import { expect, vi } from 'vitest'; // vitest proporciona 'expect' y 'vi' para mocks y spies
import Barra from '../components/Navegacion/barra';
Expand Down Expand Up @@ -71,3 +71,4 @@ describe('Componente Barra', () => {
});
});
*/

0 comments on commit ca7900a

Please sign in to comment.