Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherry-Ayala committed Jun 15, 2024
1 parent 96ac1d7 commit 950eea5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion saraia/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
*/
import type { Config } from 'jest'
import nextJest from 'next/jest.js'
import '@testing-library/jest-dom/extend-expect';

const createJestConfig = nextJest({
// Provide the path to your Next.js app to load next.config.js and .env files in your test environment
Expand Down
1 change: 1 addition & 0 deletions saraia/pruebas_A00833419/a00833419.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { render, fireEvent, waitFor, screen } from '@testing-library/react';
import { act } from 'react-dom/test-utils';
import '@testing-library/jest-dom/extend-expect';
import AddNewMember from '../components/AddNewMember';

// Mock fetch globally
Expand Down

0 comments on commit 950eea5

Please sign in to comment.