Skip to content

Commit

Permalink
commit test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto-Guerra committed Feb 29, 2024
1 parent acfa1e8 commit c57da35
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
9 changes: 0 additions & 9 deletions webapp/src/App.test.tsx

This file was deleted.

9 changes: 9 additions & 0 deletions webapp/src/components/Game/Game.test.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { render, screen } from '@testing-library/react';
import React from 'react';
import Game from './Game';


test('always true test', () => {
render(<Game />);
expect(true).toBe(true);
});

0 comments on commit c57da35

Please sign in to comment.