diff --git a/examples/with-vitest-browser/tests/setup.ts b/examples/with-vitest-browser/tests/setup.ts index 8ddf3574..678fea2d 100644 --- a/examples/with-vitest-browser/tests/setup.ts +++ b/examples/with-vitest-browser/tests/setup.ts @@ -1,4 +1,4 @@ -import '@testing-library/jest-dom/vitest'; +import '@testing-library/jest-dom'; import { beforeAll, afterEach, afterAll } from 'vitest'; diff --git a/examples/with-vitest-jsdom/tests/setup.ts b/examples/with-vitest-jsdom/tests/setup.ts index 8ddf3574..678fea2d 100644 --- a/examples/with-vitest-jsdom/tests/setup.ts +++ b/examples/with-vitest-jsdom/tests/setup.ts @@ -1,4 +1,4 @@ -import '@testing-library/jest-dom/vitest'; +import '@testing-library/jest-dom'; import { beforeAll, afterEach, afterAll } from 'vitest';