@storybook/test 0.0.0-pr-25567-sha-604112e1 → 0.0.0-pr-25591-sha-337ab526
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 +6 -6
- package/dist/index.mjs +7 -7
- package/package.json +7 -8
package/dist/index.d.ts
CHANGED
@@ -2,7 +2,7 @@ import { AsymmetricMatchersContaining, MatchersObject, MatcherState, JestAsserti
|
|
2
2
|
import * as matchers from '@testing-library/jest-dom/matchers';
|
3
3
|
import { MaybeMocked, MaybeMockedDeep, MaybePartiallyMocked, MaybePartiallyMockedDeep } from '@vitest/spy';
|
4
4
|
export * from '@vitest/spy';
|
5
|
-
export { fn, isMockFunction,
|
5
|
+
export { fn, isMockFunction, mocks, spyOn } from '@vitest/spy';
|
6
6
|
import * as domTestingLibrary from '@testing-library/dom';
|
7
7
|
import _userEvent from '@testing-library/user-event';
|
8
8
|
|