Skip to content

Commit

Permalink
make tests work
Browse files Browse the repository at this point in the history
  • Loading branch information
pelazas committed Apr 27, 2024
1 parent 6a86f78 commit aad1fad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { render, fireEvent, waitFor,screen } from '@testing-library/react';
import PlayingGame from './PlayingGameSinglePlayer';
import PlayingGame from '../PlayingGame';

// Mock de las props necesarias para el componente
const mockProps = {
Expand Down

0 comments on commit aad1fad

Please sign in to comment.