@storybook/test 0.0.0-pr-25851-sha-9cfc856f → 0.0.0-pr-25889-sha-d1a3f51c
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +12 -12
- package/dist/index.mjs +12 -12
- package/package.json +6 -6
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/
|
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';
|