diff --git a/code/lib/test/src/expect.ts b/code/lib/test/src/expect.ts index da17eb52ff59..aa898bd7e36a 100644 --- a/code/lib/test/src/expect.ts +++ b/code/lib/test/src/expect.ts @@ -16,7 +16,7 @@ import { } from '@vitest/expect'; import * as matchers from '@testing-library/jest-dom/matchers'; import type { PromisifyObject } from './utils'; -import type { TestingLibraryMatchers } from '@testing-library/jest-dom/types/matchers'; +import type { TestingLibraryMatchers } from '@testing-library/jest-dom/matchers'; type Matchers = PromisifyObject> & TestingLibraryMatchers, Promise>;