Skip to content

Commit

Permalink
Switch from obsolete jest-dom expect-extend import to import jest-glo…
Browse files Browse the repository at this point in the history
…bals
  • Loading branch information
Archaeopteryx committed Oct 24, 2023
1 parent 55a5b76 commit f935907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/ui/integration/test-setup.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Entry point for Jest tests
import '@testing-library/jest-dom/extend-expect';
import '@testing-library/jest-dom/jest-globals';
2 changes: 1 addition & 1 deletion tests/ui/test-setup.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Entry point for Jest tests
import '@testing-library/jest-dom/extend-expect';
import '@testing-library/jest-dom/jest-globals';

const mockBuildUrl = jest.fn((root, taskId, path) => {
return `${root}/${taskId}/artifacts/${path}`;
Expand Down

0 comments on commit f935907

Please sign in to comment.