@storybook/test 0.0.0-pr-25851-sha-9cfc856f → 0.0.0-pr-25889-sha-1ae9e0b6

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { AsymmetricMatchersContaining, MatchersObject, MatcherState, JestAssertion, ExpectStatic } from '@vitest/expect';
2
- import { TestingLibraryMatchers } from '@testing-library/jest-dom/types/matchers';
2
+ import { TestingLibraryMatchers } from '@testing-library/jest-dom/matchers';
3
3
  import { MaybeMocked, MaybeMockedDeep, MaybePartiallyMocked, MaybePartiallyMockedDeep } from '@vitest/spy';
4
4
  export * from '@vitest/spy';
5
5
  export { fn, isMockFunction, mocks, spyOn } from '@vitest/spy';