Skip to content

Commit 4f09693

Browse files
authored
Merge pull request #1 from jsanzdev/feature/laboratorio-testing-obligatorio
Feature/laboratorio testing obligatorio
2 parents 35c350b + 7d8f394 commit 4f09693

7 files changed

Lines changed: 768 additions & 5 deletions

File tree

5 - Testing/Ejercicios/Testing-Lab/config/test/setup.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import '@testing-library/jest-dom/vitest';
1+
import "@testing-library/jest-dom/vitest";
2+
import "@testing-library/jest-dom";
23

34
// Workaround to fix vitest timers for `waitFor` in `@testing-library/react`
45
// Issue: https://github.com/testing-library/react-testing-library/issues/1197

0 commit comments

Comments
 (0)